Struct stm32_metapac::usb::regs::Fnr
#[repr(transparent)]pub struct Fnr(pub u32);
Expand description
frame number register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Fnr
impl Eq for Fnr
impl StructuralPartialEq for Fnr
Auto Trait Implementations§
impl Freeze for Fnr
impl RefUnwindSafe for Fnr
impl Send for Fnr
impl Sync for Fnr
impl Unpin for Fnr
impl UnwindSafe for Fnr
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