#[repr(C)]
pub struct ONEX_AUTH_PARAMS { pub fUpdatePending: BOOL, pub oneXConnProfile: ONEX_VARIABLE_BLOB, pub authIdentity: ONEX_AUTH_IDENTITY, pub dwQuarantineState: u32, pub _bitfield: u32, pub dwSessionId: u32, pub hUserToken: HANDLE, pub OneXUserProfile: ONEX_VARIABLE_BLOB, pub Identity: ONEX_VARIABLE_BLOB, pub UserName: ONEX_VARIABLE_BLOB, pub Domain: ONEX_VARIABLE_BLOB, }
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation"

Fields

fUpdatePending: BOOLoneXConnProfile: ONEX_VARIABLE_BLOBauthIdentity: ONEX_AUTH_IDENTITYdwQuarantineState: u32_bitfield: u32dwSessionId: u32hUserToken: HANDLEOneXUserProfile: ONEX_VARIABLE_BLOBIdentity: ONEX_VARIABLE_BLOBUserName: ONEX_VARIABLE_BLOBDomain: ONEX_VARIABLE_BLOB

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.