#[repr(C, packed(1))]pub struct USB_DEVICE_CHARACTERISTICS {
pub Version: ULONG,
pub Reserved: [ULONG; 2],
pub UsbDeviceCharacteristicsFlags: ULONG,
pub MaximumSendPathDelayInMilliSeconds: ULONG,
pub MaximumCompletionPathDelayInMilliSeconds: ULONG,
}Fields§
§Version: ULONG§Reserved: [ULONG; 2]§UsbDeviceCharacteristicsFlags: ULONG§MaximumSendPathDelayInMilliSeconds: ULONG§MaximumCompletionPathDelayInMilliSeconds: ULONGTrait Implementations§
Source§impl Clone for USB_DEVICE_CHARACTERISTICS
impl Clone for USB_DEVICE_CHARACTERISTICS
Source§fn clone(&self) -> USB_DEVICE_CHARACTERISTICS
fn clone(&self) -> USB_DEVICE_CHARACTERISTICS
Returns a duplicate 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 moreSource§impl Default for USB_DEVICE_CHARACTERISTICS
impl Default for USB_DEVICE_CHARACTERISTICS
Source§fn default() -> USB_DEVICE_CHARACTERISTICS
fn default() -> USB_DEVICE_CHARACTERISTICS
Returns the “default value” for a type. Read more
impl Copy for USB_DEVICE_CHARACTERISTICS
Auto Trait Implementations§
impl Freeze for USB_DEVICE_CHARACTERISTICS
impl RefUnwindSafe for USB_DEVICE_CHARACTERISTICS
impl Send for USB_DEVICE_CHARACTERISTICS
impl Sync for USB_DEVICE_CHARACTERISTICS
impl Unpin for USB_DEVICE_CHARACTERISTICS
impl UnwindSafe for USB_DEVICE_CHARACTERISTICS
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