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