Expand description
Ethash specific seal
Fields
mix_hash: H256
Ethash seal mix_hash
nonce: H64
Ethash seal nonce
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Seal
impl Send for Seal
impl Sync for Seal
impl Unpin for Seal
impl UnwindSafe for Seal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more