Struct windows::Devices::Usb::UsbReadOptions
#[repr(transparent)]pub struct UsbReadOptions(pub u32);
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 = _
§impl UsbReadOptions
impl UsbReadOptions
Trait Implementations§
§impl BitAnd for UsbReadOptions
impl BitAnd for UsbReadOptions
§impl BitAndAssign for UsbReadOptions
impl BitAndAssign for UsbReadOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for UsbReadOptions
impl BitOr for UsbReadOptions
§impl BitOrAssign for UsbReadOptions
impl BitOrAssign for UsbReadOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for UsbReadOptions
impl Clone for UsbReadOptions
§fn clone(&self) -> UsbReadOptions
fn clone(&self) -> UsbReadOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UsbReadOptions
impl Debug for UsbReadOptions
§impl Default for UsbReadOptions
impl Default for UsbReadOptions
§fn default() -> UsbReadOptions
fn default() -> UsbReadOptions
Returns the “default value” for a type. Read more
§impl Not for UsbReadOptions
impl Not for UsbReadOptions
§impl PartialEq for UsbReadOptions
impl PartialEq for UsbReadOptions
§fn eq(&self, other: &UsbReadOptions) -> bool
fn eq(&self, other: &UsbReadOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UsbReadOptions
impl Eq for UsbReadOptions
impl StructuralPartialEq for UsbReadOptions
Auto Trait Implementations§
impl Freeze for UsbReadOptions
impl RefUnwindSafe for UsbReadOptions
impl Send for UsbReadOptions
impl Sync for UsbReadOptions
impl Unpin for UsbReadOptions
impl UnwindSafe for UsbReadOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)