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