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