struct DiagChunkHash {
gpa: u64,
len: u32,
phase_a_hash: [u8; 48],
}Fields§
§gpa: u64§len: u32§phase_a_hash: [u8; 48]Trait Implementations§
Source§impl Clone for DiagChunkHash
impl Clone for DiagChunkHash
Source§fn clone(&self) -> DiagChunkHash
fn clone(&self) -> DiagChunkHash
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DiagChunkHash
Auto Trait Implementations§
impl Freeze for DiagChunkHash
impl RefUnwindSafe for DiagChunkHash
impl Send for DiagChunkHash
impl Sync for DiagChunkHash
impl Unpin for DiagChunkHash
impl UnsafeUnpin for DiagChunkHash
impl UnwindSafe for DiagChunkHash
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