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