#[repr(C)]pub struct ethash_h256 {
pub b: [u8; 32],
}Expand description
Type of a seedhash/blockhash e.t.c.
Fields§
§b: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ethash_h256
impl RefUnwindSafe for ethash_h256
impl Send for ethash_h256
impl Sync for ethash_h256
impl Unpin for ethash_h256
impl UnwindSafe for ethash_h256
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more