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