#[repr(C, packed(1))]pub struct TwoHashes {
pub hash1: Hash,
pub hash2: Hash,
}
Expand description
Represents type defining concatenated two hashes. 64 bytes.
Fields§
§hash1: Hash
§hash2: Hash
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TwoHashes
impl RefUnwindSafe for TwoHashes
impl Send for TwoHashes
impl Sync for TwoHashes
impl Unpin for TwoHashes
impl UnwindSafe for TwoHashes
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