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