#[repr(C)]pub struct EntrySlot {
pub mEntry: *mut EntrySlot_Entry,
pub mKeyHash: *mut HashNumber,
}Fields§
§mEntry: *mut EntrySlot_Entry§mKeyHash: *mut HashNumberTrait Implementations§
impl Copy for EntrySlot
impl StructuralPartialEq for EntrySlot
Auto Trait Implementations§
impl Freeze for EntrySlot
impl RefUnwindSafe for EntrySlot
impl !Send for EntrySlot
impl !Sync for EntrySlot
impl Unpin for EntrySlot
impl UnsafeUnpin for EntrySlot
impl UnwindSafe for EntrySlot
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