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