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