#[repr(C)]pub struct DELTA_HASH {
pub HashSize: u32,
pub HashValue: [u8; 32],
}
Fields§
§HashSize: u32
§HashValue: [u8; 32]
Trait Implementations§
§impl Clone for DELTA_HASH
impl Clone for DELTA_HASH
impl Copy for DELTA_HASH
Auto Trait Implementations§
impl RefUnwindSafe for DELTA_HASH
impl Send for DELTA_HASH
impl Sync for DELTA_HASH
impl Unpin for DELTA_HASH
impl UnwindSafe for DELTA_HASH
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