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