#[repr(C)]
pub struct SEC_TRAFFIC_SECRETS { pub SymmetricAlgId: [u16; 64], pub ChainingMode: [u16; 64], pub HashAlgId: [u16; 64], pub KeySize: u16, pub IvSize: u16, pub MsgSequenceStart: u16, pub MsgSequenceEnd: u16, pub TrafficSecretType: SEC_TRAFFIC_SECRET_TYPE, pub TrafficSecretSize: u16, pub TrafficSecret: [u8; 1], }
Expand description

Required features: "Win32_Security_Authentication_Identity"

Fields

SymmetricAlgId: [u16; 64]ChainingMode: [u16; 64]HashAlgId: [u16; 64]KeySize: u16IvSize: u16MsgSequenceStart: u16MsgSequenceEnd: u16TrafficSecretType: SEC_TRAFFIC_SECRET_TYPETrafficSecretSize: u16TrafficSecret: [u8; 1]

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.