pub enum GetStatus {
Device,
Endpoint(Endpoint),
Interface(u8),
}
Expand description
Argument of the GET_STATUS request
See section 9.4.5 of (USB2)
Variants§
Trait Implementations§
impl Copy for GetStatus
impl StructuralPartialEq for GetStatus
Auto Trait Implementations§
impl Freeze for GetStatus
impl RefUnwindSafe for GetStatus
impl Send for GetStatus
impl Sync for GetStatus
impl Unpin for GetStatus
impl UnwindSafe for GetStatus
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