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