Enum usb_util::ControlRequestType
source · pub enum ControlRequestType {
Standard = 0,
Class = 1,
Vendor = 2,
Reserved = 3,
}
Expand description
Request types.
Variants§
Trait Implementations§
source§impl PartialEq for ControlRequestType
impl PartialEq for ControlRequestType
source§fn eq(&self, other: &ControlRequestType) -> bool
fn eq(&self, other: &ControlRequestType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ControlRequestType
impl StructuralPartialEq for ControlRequestType
Auto Trait Implementations§
impl RefUnwindSafe for ControlRequestType
impl Send for ControlRequestType
impl Sync for ControlRequestType
impl Unpin for ControlRequestType
impl UnwindSafe for ControlRequestType
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