#[repr(C)]pub struct USB_START_FAILDATA {
pub LengthInBytes: ULONG,
pub NtStatus: NTSTATUS,
pub UsbdStatus: USBD_STATUS,
pub ConnectStatus: ULONG,
pub DriverData: [UCHAR; 4],
}
Fields§
§LengthInBytes: ULONG
§NtStatus: NTSTATUS
§UsbdStatus: USBD_STATUS
§ConnectStatus: ULONG
§DriverData: [UCHAR; 4]
Trait Implementations§
Source§impl Clone for USB_START_FAILDATA
impl Clone for USB_START_FAILDATA
Source§fn clone(&self) -> USB_START_FAILDATA
fn clone(&self) -> USB_START_FAILDATA
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_START_FAILDATA
impl Default for USB_START_FAILDATA
Source§fn default() -> USB_START_FAILDATA
fn default() -> USB_START_FAILDATA
Returns the “default value” for a type. Read more
impl Copy for USB_START_FAILDATA
Auto Trait Implementations§
impl Freeze for USB_START_FAILDATA
impl RefUnwindSafe for USB_START_FAILDATA
impl Send for USB_START_FAILDATA
impl Sync for USB_START_FAILDATA
impl Unpin for USB_START_FAILDATA
impl UnwindSafe for USB_START_FAILDATA
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