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