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