#[repr(C, packed(1))]
pub struct CONNECTION_DES { pub COND_Type: u32, pub COND_Flags: u32, pub COND_Class: u8, pub COND_ClassType: u8, pub COND_Reserved1: u8, pub COND_Reserved2: u8, pub COND_Id: i64, }
Expand description

Required features: "Win32_Devices_DeviceAndDriverInstallation"

Fields§

§COND_Type: u32§COND_Flags: u32§COND_Class: u8§COND_ClassType: u8§COND_Reserved1: u8§COND_Reserved2: u8§COND_Id: i64

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.