Enum hackrf_rs::UsbControlRecipient
source · pub enum UsbControlRecipient {
Device,
SpecifiedInterface,
Endpoint,
Other,
DefaultInterface,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for UsbControlRecipient
impl Send for UsbControlRecipient
impl Sync for UsbControlRecipient
impl Unpin for UsbControlRecipient
impl UnwindSafe for UsbControlRecipient
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