#[repr(C)]pub struct SecPkgContext_ConnectionInfo {
pub dwProtocol: u32,
pub aiCipher: ALG_ID,
pub dwCipherStrength: u32,
pub aiHash: ALG_ID,
pub dwHashStrength: u32,
pub aiExch: ALG_ID,
pub dwExchStrength: u32,
}
Fields§
§dwProtocol: u32
§aiCipher: ALG_ID
§dwCipherStrength: u32
§aiHash: ALG_ID
§dwHashStrength: u32
§aiExch: ALG_ID
§dwExchStrength: u32
Trait Implementations§
§impl Clone for SecPkgContext_ConnectionInfo
impl Clone for SecPkgContext_ConnectionInfo
§fn clone(&self) -> SecPkgContext_ConnectionInfo
fn clone(&self) -> SecPkgContext_ConnectionInfo
Returns a copy 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 moreimpl Copy for SecPkgContext_ConnectionInfo
Auto Trait Implementations§
impl Freeze for SecPkgContext_ConnectionInfo
impl RefUnwindSafe for SecPkgContext_ConnectionInfo
impl Send for SecPkgContext_ConnectionInfo
impl Sync for SecPkgContext_ConnectionInfo
impl Unpin for SecPkgContext_ConnectionInfo
impl UnwindSafe for SecPkgContext_ConnectionInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)