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