pub struct DestHash(pub [u8; 16]);Expand description
A destination hash (truncated, 16 bytes).
Tuple Fields§
§0: [u8; 16]Trait Implementations§
impl Copy for DestHash
impl Eq for DestHash
impl StructuralPartialEq for DestHash
Auto Trait Implementations§
impl Freeze for DestHash
impl RefUnwindSafe for DestHash
impl Send for DestHash
impl Sync for DestHash
impl Unpin for DestHash
impl UnwindSafe for DestHash
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