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