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