pub struct In;
Expand description
Marker type for IN endpoints.
Trait Implementations§
Source§impl EndpointDirection for In
impl EndpointDirection for In
Source§const DIRECTION: UsbDirection = UsbDirection::In
const DIRECTION: UsbDirection = UsbDirection::In
Direction value of the marker type.
Auto Trait Implementations§
impl Freeze for In
impl RefUnwindSafe for In
impl Send for In
impl Sync for In
impl Unpin for In
impl UnwindSafe for In
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