pub(crate) struct MemSlot(pub(crate) u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Ord for MemSlot
impl Ord for MemSlot
source§impl PartialEq for MemSlot
impl PartialEq for MemSlot
source§impl PartialOrd for MemSlot
impl PartialOrd for MemSlot
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MemSlot
impl Eq for MemSlot
impl StructuralPartialEq for MemSlot
Auto Trait Implementations§
impl RefUnwindSafe for MemSlot
impl Send for MemSlot
impl Sync for MemSlot
impl Unpin for MemSlot
impl UnwindSafe for MemSlot
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