#[repr(transparent)]pub struct Dataw(pub u32);Expand description
data register, word 0-7; Memory data, or command parameter, or command result.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dataw
impl Eq for Dataw
impl StructuralPartialEq for Dataw
Auto Trait Implementations§
impl Freeze for Dataw
impl RefUnwindSafe for Dataw
impl Send for Dataw
impl Sync for Dataw
impl Unpin for Dataw
impl UnwindSafe for Dataw
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