Struct windows_sys::Devices::Usb::UsbWriteOptions
[−]#[repr(transparent)]pub struct UsbWriteOptions(pub u32);
Expand description
Required features: "Devices_Usb"
Tuple Fields
0: u32
Implementations
impl UsbWriteOptions
impl UsbWriteOptions
pub const None: Self = Self(0u32)
pub const AutoClearStall: Self = Self(1u32)
pub const ShortPacketTerminate: Self = Self(2u32)
Trait Implementations
impl Clone for UsbWriteOptions
impl Clone for UsbWriteOptions
impl Copy for UsbWriteOptions
Auto Trait Implementations
impl RefUnwindSafe for UsbWriteOptions
impl Send for UsbWriteOptions
impl Sync for UsbWriteOptions
impl Unpin for UsbWriteOptions
impl UnwindSafe for UsbWriteOptions
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