#[repr(C)]pub struct SecPkgContext_CipherInfo {Show 15 fields
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: DWORD
§dwProtocol: DWORD
§dwCipherSuite: DWORD
§dwBaseCipherSuite: DWORD
§szCipherSuite: [WCHAR; 64]
§szCipher: [WCHAR; 64]
§dwCipherLen: DWORD
§dwCipherBlockLen: DWORD
§szHash: [WCHAR; 64]
§dwHashLen: DWORD
§szExchange: [WCHAR; 64]
§dwMinExchangeLen: DWORD
§dwMaxExchangeLen: DWORD
§szCertificate: [WCHAR; 64]
§dwKeyType: DWORD
Trait Implementations§
Source§impl Clone for SecPkgContext_CipherInfo
impl Clone for SecPkgContext_CipherInfo
Source§fn clone(&self) -> SecPkgContext_CipherInfo
fn clone(&self) -> SecPkgContext_CipherInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecPkgContext_CipherInfo
impl Default for SecPkgContext_CipherInfo
Source§fn default() -> SecPkgContext_CipherInfo
fn default() -> SecPkgContext_CipherInfo
Returns the “default value” for a type. Read more
impl Copy for SecPkgContext_CipherInfo
Auto Trait Implementations§
impl Freeze for SecPkgContext_CipherInfo
impl RefUnwindSafe for SecPkgContext_CipherInfo
impl Send for SecPkgContext_CipherInfo
impl Sync for SecPkgContext_CipherInfo
impl Unpin for SecPkgContext_CipherInfo
impl UnwindSafe for SecPkgContext_CipherInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more