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