#[repr(transparent)]pub struct SofWr(pub u32);
Expand description
Set the SOF (Start of Frame) frame number in the host controller. The SOF packet is sent every 1ms and the host will increment the frame number by 1 each time.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for SofWr
impl Eq for SofWr
impl StructuralPartialEq for SofWr
Auto Trait Implementations§
impl Freeze for SofWr
impl RefUnwindSafe for SofWr
impl Send for SofWr
impl Sync for SofWr
impl Unpin for SofWr
impl UnwindSafe for SofWr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)