#[repr(C)]pub struct SecPkgContext_TokenBinding {
pub MajorVersion: u8,
pub MinorVersion: u8,
pub KeyParametersSize: u16,
pub KeyParameters: *mut u8,
}Fields§
§MajorVersion: u8§MinorVersion: u8§KeyParametersSize: u16§KeyParameters: *mut u8Trait 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§
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