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