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