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