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