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