[][src]Struct winapi::um::schannel::SecPkgContext_CipherInfo

#[repr(C)]
pub struct SecPkgContext_CipherInfo {
    pub dwVersion: DWORD,
    pub dwProtocol: DWORD,
    pub dwCipherSuite: DWORD,
    pub dwBaseCipherSuite: DWORD,
    pub szCipherSuite: [WCHAR; 64],
    pub szCipher: [WCHAR; 64],
    pub dwCipherLen: DWORD,
    pub dwCipherBlockLen: DWORD,
    pub szHash: [WCHAR; 64],
    pub dwHashLen: DWORD,
    pub szExchange: [WCHAR; 64],
    pub dwMinExchangeLen: DWORD,
    pub dwMaxExchangeLen: DWORD,
    pub szCertificate: [WCHAR; 64],
    pub dwKeyType: DWORD,
}

Fields

dwVersion: DWORDdwProtocol: DWORDdwCipherSuite: DWORDdwBaseCipherSuite: DWORDszCipherSuite: [WCHAR; 64]szCipher: [WCHAR; 64]dwCipherLen: DWORDdwCipherBlockLen: DWORDszHash: [WCHAR; 64]dwHashLen: DWORDszExchange: [WCHAR; 64]dwMinExchangeLen: DWORDdwMaxExchangeLen: DWORDszCertificate: [WCHAR; 64]dwKeyType: DWORD

Trait Implementations

impl Copy for SecPkgContext_CipherInfo[src]

impl Clone for SecPkgContext_CipherInfo[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for SecPkgContext_CipherInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]