#[repr(transparent)]pub struct Smapctrl1(pub u32);Expand description
Map Feature Control 1
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Smapctrl1
impl Eq for Smapctrl1
impl StructuralPartialEq for Smapctrl1
Auto Trait Implementations§
impl Freeze for Smapctrl1
impl RefUnwindSafe for Smapctrl1
impl Send for Smapctrl1
impl Sync for Smapctrl1
impl Unpin for Smapctrl1
impl UnwindSafe for Smapctrl1
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