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