Struct destiny_pkg::package::UHashTableEntry
source · pub struct UHashTableEntry {
pub hash64: u64,
pub hash32: TagHash,
pub reference: TagHash,
}Fields§
§hash64: u64§hash32: TagHash§reference: TagHashTrait Implementations§
source§impl Clone for UHashTableEntry
impl Clone for UHashTableEntry
source§fn clone(&self) -> UHashTableEntry
fn clone(&self) -> UHashTableEntry
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 RefUnwindSafe for UHashTableEntry
impl Send for UHashTableEntry
impl Sync for UHashTableEntry
impl Unpin for UHashTableEntry
impl UnwindSafe for UHashTableEntry
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