Struct winapi::um::cfgmgr32::DEVPRIVATE_DES
source · #[repr(C)]#[repr(packed)]pub struct DEVPRIVATE_DES {
pub PD_Count: DWORD,
pub PD_Type: DWORD,
pub PD_Data1: DWORD,
pub PD_Data2: DWORD,
pub PD_Data3: DWORD,
pub PD_Flags: DWORD,
}Fields§
§PD_Count: DWORD§PD_Type: DWORD§PD_Data1: DWORD§PD_Data2: DWORD§PD_Data3: DWORD§PD_Flags: DWORDTrait Implementations§
source§impl Clone for DEVPRIVATE_DES
impl Clone for DEVPRIVATE_DES
source§fn clone(&self) -> DEVPRIVATE_DES
fn clone(&self) -> DEVPRIVATE_DES
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DEVPRIVATE_DES
impl Default for DEVPRIVATE_DES
source§fn default() -> DEVPRIVATE_DES
fn default() -> DEVPRIVATE_DES
Returns the “default value” for a type. Read more