pub struct Hash256(/* private fields */);Trait Implementations§
Source§impl HashData for Hash256
impl HashData for Hash256
fn new() -> Self
fn as_bytes(&self) -> &[u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn get_as_u32(&self, index: usize) -> u32
fn set_as_u32(&mut self, index: usize, value: u32)
fn get_as_u64(&self, index: usize) -> u64
fn set_as_u64(&mut self, index: usize, value: u64)
Auto Trait Implementations§
impl Freeze for Hash256
impl RefUnwindSafe for Hash256
impl Send for Hash256
impl Sync for Hash256
impl Unpin for Hash256
impl UnsafeUnpin for Hash256
impl UnwindSafe for Hash256
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