#[repr(C)]pub struct SecPkgContext_NegoKeys {
pub KeyType: c_ulong,
pub KeyLength: c_ushort,
pub KeyValue: *mut c_uchar,
pub VerifyKeyType: c_ulong,
pub VerifyKeyLength: c_ushort,
pub VerifyKeyValue: *mut c_uchar,
}
Fields
KeyType: c_ulong
KeyLength: c_ushort
KeyValue: *mut c_uchar
VerifyKeyType: c_ulong
VerifyKeyLength: c_ushort
VerifyKeyValue: *mut c_uchar
Trait Implementations
sourceimpl Clone for SecPkgContext_NegoKeys
impl Clone for SecPkgContext_NegoKeys
sourcefn clone(&self) -> SecPkgContext_NegoKeys
fn clone(&self) -> SecPkgContext_NegoKeys
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SecPkgContext_NegoKeys
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_NegoKeys
impl !Send for SecPkgContext_NegoKeys
impl !Sync for SecPkgContext_NegoKeys
impl Unpin for SecPkgContext_NegoKeys
impl UnwindSafe for SecPkgContext_NegoKeys
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more