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