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 Freeze for UHashTableEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)