Struct windows_sys::Devices::Usb::UsbControlRecipient
[−]#[repr(transparent)]pub struct UsbControlRecipient(pub i32);
Expand description
Required features: "Devices_Usb"
Tuple Fields
0: i32
Implementations
impl UsbControlRecipient
impl UsbControlRecipient
pub const Device: Self = Self(0i32)
pub const SpecifiedInterface: Self = Self(1i32)
pub const Endpoint: Self = Self(2i32)
pub const Other: Self = Self(3i32)
pub const DefaultInterface: Self = Self(4i32)
Trait Implementations
impl Clone for UsbControlRecipient
impl Clone for UsbControlRecipient
impl Copy for UsbControlRecipient
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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