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