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