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