Struct windows_sys::Win32::System::Ioctl::DEVICEDUMP_PUBLIC_SUBSECTION
[−]#[repr(C, packed(1))]pub struct DEVICEDUMP_PUBLIC_SUBSECTION {
pub dwFlags: u32,
pub GPLogTable: [GP_LOG_PAGE_DESCRIPTOR; 16],
pub szDescription: [CHAR; 16],
pub bData: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
dwFlags: u32
GPLogTable: [GP_LOG_PAGE_DESCRIPTOR; 16]
szDescription: [CHAR; 16]
bData: [u8; 1]
Trait Implementations
impl Clone for DEVICEDUMP_PUBLIC_SUBSECTION
impl Clone for DEVICEDUMP_PUBLIC_SUBSECTION
impl Copy for DEVICEDUMP_PUBLIC_SUBSECTION
Auto Trait Implementations
impl RefUnwindSafe for DEVICEDUMP_PUBLIC_SUBSECTION
impl Send for DEVICEDUMP_PUBLIC_SUBSECTION
impl Sync for DEVICEDUMP_PUBLIC_SUBSECTION
impl Unpin for DEVICEDUMP_PUBLIC_SUBSECTION
impl UnwindSafe for DEVICEDUMP_PUBLIC_SUBSECTION
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