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