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,
}
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§
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