#[repr(C, packed(1))]pub struct DevPrivate_Des_s {
pub PD_Count: u32,
pub PD_Type: u32,
pub PD_Data1: u32,
pub PD_Data2: u32,
pub PD_Data3: u32,
pub PD_Flags: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
PD_Count: u32
PD_Type: u32
PD_Data1: u32
PD_Data2: u32
PD_Data3: u32
PD_Flags: u32
Trait Implementations
impl Clone for DevPrivate_Des_s
impl Clone for DevPrivate_Des_s
impl Copy for DevPrivate_Des_s
Auto Trait Implementations
impl RefUnwindSafe for DevPrivate_Des_s
impl Send for DevPrivate_Des_s
impl Sync for DevPrivate_Des_s
impl Unpin for DevPrivate_Des_s
impl UnwindSafe for DevPrivate_Des_s
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