#[repr(C)]
pub struct SecPkgContext_ConnectionInfoEx { pub dwVersion: u32, pub dwProtocol: u32, pub szCipher: [u16; 64], pub dwCipherStrength: u32, pub szHash: [u16; 64], pub dwHashStrength: u32, pub szExchange: [u16; 64], pub dwExchStrength: u32, }
Expand description

Required features: "Win32_Security_Authentication_Identity"

Fields§

§dwVersion: u32§dwProtocol: u32§szCipher: [u16; 64]§dwCipherStrength: u32§szHash: [u16; 64]§dwHashStrength: u32§szExchange: [u16; 64]§dwExchStrength: u32

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.