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