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