#[repr(C, packed(1))]pub struct DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD {
pub Cdb: [u8; 16],
pub Command: [u8; 16],
pub StartTime: u64,
pub EndTime: u64,
pub OperationStatus: u32,
pub OperationError: u32,
pub StackSpecific: DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD_0,
}
Fields§
§Cdb: [u8; 16]
§Command: [u8; 16]
§StartTime: u64
§EndTime: u64
§OperationStatus: u32
§OperationError: u32
§StackSpecific: DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD_0
Trait Implementations§
impl Copy for DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD
Auto Trait Implementations§
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