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
pub const SpecifiedInterface: Self
pub const Endpoint: Self
pub const Other: Self
pub const DefaultInterface: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more