Struct windows_sys::Devices::Usb::UsbControlTransferType
[−]#[repr(transparent)]pub struct UsbControlTransferType(pub i32);
Expand description
Required features: "Devices_Usb"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for UsbControlTransferType
impl Clone for UsbControlTransferType
impl Copy for UsbControlTransferType
Auto Trait Implementations
impl RefUnwindSafe for UsbControlTransferType
impl Send for UsbControlTransferType
impl Sync for UsbControlTransferType
impl Unpin for UsbControlTransferType
impl UnwindSafe for UsbControlTransferType
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