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