#[repr(C, packed(1))]pub struct _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP {
pub Descriptor: DEVICEDUMP_STRUCTURE_VERSION,
pub dwReasonForCollection: DWORD,
pub cDriverName: [BYTE; 16],
pub uiNumRecords: DWORD,
pub RecordArray: [DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD; 1],
}
Fields§
§Descriptor: DEVICEDUMP_STRUCTURE_VERSION
§dwReasonForCollection: DWORD
§cDriverName: [BYTE; 16]
§uiNumRecords: DWORD
§RecordArray: [DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD; 1]
Trait Implementations§
Source§impl Clone for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
impl Clone for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
Source§fn clone(&self) -> _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
fn clone(&self) -> _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
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_DUMP
Auto Trait Implementations§
impl Freeze for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
impl RefUnwindSafe for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
impl Send for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
impl Sync for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
impl Unpin for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
impl UnwindSafe for _DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP
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