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