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