#[repr(C)]pub struct SecPkgContext_TokenBinding {
pub MajorVersion: u8,
pub MinorVersion: u8,
pub KeyParametersSize: u16,
pub KeyParameters: *mut u8,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
MajorVersion: u8
MinorVersion: u8
KeyParametersSize: u16
KeyParameters: *mut u8
Trait Implementations
impl Clone for SecPkgContext_TokenBinding
impl Clone for SecPkgContext_TokenBinding
impl Copy for SecPkgContext_TokenBinding
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_TokenBinding
impl !Send for SecPkgContext_TokenBinding
impl !Sync for SecPkgContext_TokenBinding
impl Unpin for SecPkgContext_TokenBinding
impl UnwindSafe for SecPkgContext_TokenBinding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more