pub struct State<const EP_COUNT: usize> { /* private fields */ }
Expand description
USB OTG driver state.
Implementations§
Trait Implementations§
impl<const EP_COUNT: usize> Send for State<EP_COUNT>
impl<const EP_COUNT: usize> Sync for State<EP_COUNT>
Auto Trait Implementations§
impl<const EP_COUNT: usize> !Freeze for State<EP_COUNT>
impl<const EP_COUNT: usize> !RefUnwindSafe for State<EP_COUNT>
impl<const EP_COUNT: usize> Unpin for State<EP_COUNT>
impl<const EP_COUNT: usize> UnwindSafe for State<EP_COUNT>
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