Struct stm32_metapac::otg::regs::Grxfsiz
#[repr(transparent)]pub struct Grxfsiz(pub u32);
Expand description
Receive FIFO size register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Grxfsiz
impl Eq for Grxfsiz
impl StructuralEq for Grxfsiz
impl StructuralPartialEq for Grxfsiz
Auto Trait Implementations§
impl RefUnwindSafe for Grxfsiz
impl Send for Grxfsiz
impl Sync for Grxfsiz
impl Unpin for Grxfsiz
impl UnwindSafe for Grxfsiz
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