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