Struct winapi::um::cfgmgr32::CONNECTION_DES
source · #[repr(C)]#[repr(packed)]pub struct CONNECTION_DES {
pub COND_Type: DWORD,
pub COND_Flags: DWORD,
pub COND_Class: BYTE,
pub COND_ClassType: BYTE,
pub COND_Reserved1: BYTE,
pub COND_Reserved2: BYTE,
pub COND_Id: LARGE_INTEGER,
}
Fields§
§COND_Type: DWORD
§COND_Flags: DWORD
§COND_Class: BYTE
§COND_ClassType: BYTE
§COND_Reserved1: BYTE
§COND_Reserved2: BYTE
§COND_Id: LARGE_INTEGER
Trait Implementations§
source§impl Clone for CONNECTION_DES
impl Clone for CONNECTION_DES
source§fn clone(&self) -> CONNECTION_DES
fn clone(&self) -> CONNECTION_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 CONNECTION_DES
impl Default for CONNECTION_DES
source§fn default() -> CONNECTION_DES
fn default() -> CONNECTION_DES
Returns the “default value” for a type. Read more