#[repr(C)]pub struct IN_EP { /* private fields */ }
Expand description
Device IN endpoints 1-6
Implementations§
Auto Trait Implementations§
impl !Freeze for IN_EP
impl !RefUnwindSafe for IN_EP
impl Send for IN_EP
impl !Sync for IN_EP
impl Unpin for IN_EP
impl UnwindSafe for IN_EP
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