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