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