Struct windows::Win32::System::Ioctl::DEVICEDUMP_STORAGEDEVICE_DATA
#[repr(C, packed(1))]pub struct DEVICEDUMP_STORAGEDEVICE_DATA {
pub Descriptor: DEVICEDUMP_STRUCTURE_VERSION,
pub SectionHeader: DEVICEDUMP_SECTION_HEADER,
pub dwBufferSize: u32,
pub dwReasonForCollection: u32,
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: u32
§dwReasonForCollection: u32
§PublicData: DEVICEDUMP_SUBSECTION_POINTER
§RestrictedData: DEVICEDUMP_SUBSECTION_POINTER
§PrivateData: DEVICEDUMP_SUBSECTION_POINTER
Trait Implementations§
§impl Clone for DEVICEDUMP_STORAGEDEVICE_DATA
impl Clone for DEVICEDUMP_STORAGEDEVICE_DATA
§fn clone(&self) -> DEVICEDUMP_STORAGEDEVICE_DATA
fn clone(&self) -> DEVICEDUMP_STORAGEDEVICE_DATA
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 more§impl Default for DEVICEDUMP_STORAGEDEVICE_DATA
impl Default for DEVICEDUMP_STORAGEDEVICE_DATA
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)