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