Struct usb_device::endpoint::In
source · [−]pub struct In;
Expand description
Marker type for IN endpoints.
Trait Implementations
sourceimpl EndpointDirection for In
impl EndpointDirection for In
sourceconst DIRECTION: UsbDirection = UsbDirection::In
const DIRECTION: UsbDirection = UsbDirection::In
Direction value of the marker type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more