Struct windows_sys::Win32::System::Ioctl::DEVICEDUMP_SUBSECTION_POINTER
[−]#[repr(C, packed(1))]pub struct DEVICEDUMP_SUBSECTION_POINTER {
pub dwSize: u32,
pub dwFlags: u32,
pub dwOffset: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
dwSize: u32
dwFlags: u32
dwOffset: u32
Trait Implementations
impl Clone for DEVICEDUMP_SUBSECTION_POINTER
impl Clone for DEVICEDUMP_SUBSECTION_POINTER
impl Copy for DEVICEDUMP_SUBSECTION_POINTER
Auto Trait Implementations
impl RefUnwindSafe for DEVICEDUMP_SUBSECTION_POINTER
impl Send for DEVICEDUMP_SUBSECTION_POINTER
impl Sync for DEVICEDUMP_SUBSECTION_POINTER
impl Unpin for DEVICEDUMP_SUBSECTION_POINTER
impl UnwindSafe for DEVICEDUMP_SUBSECTION_POINTER
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