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