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