#[repr(C, packed(1))]pub struct _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD {
pub Cdb: [BYTE; 16],
pub Command: [BYTE; 16],
pub StartTime: DWORDLONG,
pub EndTime: DWORDLONG,
pub OperationStatus: DWORD,
pub OperationError: DWORD,
pub StackSpecific: _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD__bindgen_ty_1,
}
Fields§
§Cdb: [BYTE; 16]
§Command: [BYTE; 16]
§StartTime: DWORDLONG
§EndTime: DWORDLONG
§OperationStatus: DWORD
§OperationError: DWORD
§StackSpecific: _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
impl Clone for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
Source§fn clone(&self) -> _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
fn clone(&self) -> _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
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 moreimpl Copy for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
Auto Trait Implementations§
impl Freeze for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
impl RefUnwindSafe for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
impl Send for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
impl Sync for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
impl Unpin for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
impl UnwindSafe for _DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
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