Struct winapi::um::cfgmgr32::CONNECTION_RESOURCE
source · #[repr(C)]#[repr(packed)]pub struct CONNECTION_RESOURCE {
pub Connection_Header: CONNECTION_DES,
}
Fields§
§Connection_Header: CONNECTION_DES
Trait Implementations§
source§impl Clone for CONNECTION_RESOURCE
impl Clone for CONNECTION_RESOURCE
source§fn clone(&self) -> CONNECTION_RESOURCE
fn clone(&self) -> CONNECTION_RESOURCE
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_RESOURCE
impl Default for CONNECTION_RESOURCE
source§fn default() -> CONNECTION_RESOURCE
fn default() -> CONNECTION_RESOURCE
Returns the “default value” for a type. Read more