#[repr(C)]pub struct HashState64 {
pub m_Hash: u64,
pub m_Tail: u64,
pub m_Count: u32,
pub m_Size: u32,
pub m_ReverseHashEntryIndex: u32,
}Fields§
§m_Hash: u64§m_Tail: u64§m_Count: u32§m_Size: u32§m_ReverseHashEntryIndex: u32Trait Implementations§
Source§impl Clone for HashState64
impl Clone for HashState64
Source§fn clone(&self) -> HashState64
fn clone(&self) -> HashState64
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 moreSource§impl Debug for HashState64
impl Debug for HashState64
impl Copy for HashState64
Auto Trait Implementations§
impl Freeze for HashState64
impl RefUnwindSafe for HashState64
impl Send for HashState64
impl Sync for HashState64
impl Unpin for HashState64
impl UnwindSafe for HashState64
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