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