Enum usb_util::types::EndpointType
source · pub enum EndpointType {
Control,
Isochronous,
Bulk,
Interrupt,
}
Expand description
Endpoint types.
Variants§
Trait Implementations§
source§impl PartialEq for EndpointType
impl PartialEq for EndpointType
source§fn eq(&self, other: &EndpointType) -> bool
fn eq(&self, other: &EndpointType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EndpointType
impl StructuralPartialEq for EndpointType
Auto Trait Implementations§
impl RefUnwindSafe for EndpointType
impl Send for EndpointType
impl Sync for EndpointType
impl Unpin for EndpointType
impl UnwindSafe for EndpointType
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