#[repr(C, packed(1))]pub struct _DEVICEDUMP_STORAGEDEVICE_DATA {
pub Descriptor: DEVICEDUMP_STRUCTURE_VERSION,
pub SectionHeader: DEVICEDUMP_SECTION_HEADER,
pub dwBufferSize: DWORD,
pub dwReasonForCollection: DWORD,
pub PublicData: DEVICEDUMP_SUBSECTION_POINTER,
pub RestrictedData: DEVICEDUMP_SUBSECTION_POINTER,
pub PrivateData: DEVICEDUMP_SUBSECTION_POINTER,
}Fields§
§Descriptor: DEVICEDUMP_STRUCTURE_VERSION§SectionHeader: DEVICEDUMP_SECTION_HEADER§dwBufferSize: DWORD§dwReasonForCollection: DWORD§PublicData: DEVICEDUMP_SUBSECTION_POINTER§RestrictedData: DEVICEDUMP_SUBSECTION_POINTER§PrivateData: DEVICEDUMP_SUBSECTION_POINTERTrait Implementations§
Source§impl Clone for _DEVICEDUMP_STORAGEDEVICE_DATA
impl Clone for _DEVICEDUMP_STORAGEDEVICE_DATA
Source§fn clone(&self) -> _DEVICEDUMP_STORAGEDEVICE_DATA
fn clone(&self) -> _DEVICEDUMP_STORAGEDEVICE_DATA
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 moreimpl Copy for _DEVICEDUMP_STORAGEDEVICE_DATA
Auto Trait Implementations§
impl Freeze for _DEVICEDUMP_STORAGEDEVICE_DATA
impl RefUnwindSafe for _DEVICEDUMP_STORAGEDEVICE_DATA
impl Send for _DEVICEDUMP_STORAGEDEVICE_DATA
impl Sync for _DEVICEDUMP_STORAGEDEVICE_DATA
impl Unpin for _DEVICEDUMP_STORAGEDEVICE_DATA
impl UnwindSafe for _DEVICEDUMP_STORAGEDEVICE_DATA
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