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