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