#[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§
Source§impl Clone for SecPkgContext_NegoKeys
impl Clone for SecPkgContext_NegoKeys
Source§fn clone(&self) -> SecPkgContext_NegoKeys
fn clone(&self) -> SecPkgContext_NegoKeys
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 moreSource§impl Default for SecPkgContext_NegoKeys
impl Default for SecPkgContext_NegoKeys
Source§fn default() -> SecPkgContext_NegoKeys
fn default() -> SecPkgContext_NegoKeys
Returns the “default value” for a type. Read more
impl Copy for SecPkgContext_NegoKeys
Auto Trait Implementations§
impl Freeze for SecPkgContext_NegoKeys
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§
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