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