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