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