Struct Slotsz
#[repr(transparent)]pub struct Slotsz(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Slotsz
impl Ord for Slotsz
§impl PartialOrd for Slotsz
impl PartialOrd for Slotsz
impl Copy for Slotsz
impl Eq for Slotsz
impl StructuralPartialEq for Slotsz
Auto Trait Implementations§
impl Freeze for Slotsz
impl RefUnwindSafe for Slotsz
impl Send for Slotsz
impl Sync for Slotsz
impl Unpin for Slotsz
impl UnwindSafe for Slotsz
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