Struct windows_sys::Win32::System::Ioctl::DEVICEDUMP_STRUCTURE_VERSION
[−]#[repr(C, packed(1))]pub struct DEVICEDUMP_STRUCTURE_VERSION {
pub dwSignature: u32,
pub dwVersion: u32,
pub dwSize: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
dwSignature: u32
dwVersion: u32
dwSize: u32
Trait Implementations
impl Clone for DEVICEDUMP_STRUCTURE_VERSION
impl Clone for DEVICEDUMP_STRUCTURE_VERSION
impl Copy for DEVICEDUMP_STRUCTURE_VERSION
Auto Trait Implementations
impl RefUnwindSafe for DEVICEDUMP_STRUCTURE_VERSION
impl Send for DEVICEDUMP_STRUCTURE_VERSION
impl Sync for DEVICEDUMP_STRUCTURE_VERSION
impl Unpin for DEVICEDUMP_STRUCTURE_VERSION
impl UnwindSafe for DEVICEDUMP_STRUCTURE_VERSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more