Struct destiny_pkg::manager::HashTableEntryShort
source · pub struct HashTableEntryShort {
pub hash32: TagHash,
pub reference: TagHash,
}Fields§
§hash32: TagHash§reference: TagHashTrait Implementations§
source§impl Clone for HashTableEntryShort
impl Clone for HashTableEntryShort
source§fn clone(&self) -> HashTableEntryShort
fn clone(&self) -> HashTableEntryShort
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for HashTableEntryShort
impl RefUnwindSafe for HashTableEntryShort
impl Send for HashTableEntryShort
impl Sync for HashTableEntryShort
impl Unpin for HashTableEntryShort
impl UnwindSafe for HashTableEntryShort
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