#[repr(transparent)]pub struct Smdismap0(pub u16);Expand description
Fault Disable Mapping Register 0
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Smdismap0
impl Eq for Smdismap0
impl StructuralPartialEq for Smdismap0
Auto Trait Implementations§
impl Freeze for Smdismap0
impl RefUnwindSafe for Smdismap0
impl Send for Smdismap0
impl Sync for Smdismap0
impl Unpin for Smdismap0
impl UnwindSafe for Smdismap0
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