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