#[repr(C)]pub struct SecPkgContext_KeyInfoW {
pub sSignatureAlgorithmName: *mut u16,
pub sEncryptAlgorithmName: *mut u16,
pub KeySize: u32,
pub SignatureAlgorithm: u32,
pub EncryptAlgorithm: u32,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
sSignatureAlgorithmName: *mut u16
sEncryptAlgorithmName: *mut u16
KeySize: u32
SignatureAlgorithm: u32
EncryptAlgorithm: u32
Trait Implementations
impl Clone for SecPkgContext_KeyInfoW
impl Clone for SecPkgContext_KeyInfoW
impl Copy for SecPkgContext_KeyInfoW
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_KeyInfoW
impl !Send for SecPkgContext_KeyInfoW
impl !Sync for SecPkgContext_KeyInfoW
impl Unpin for SecPkgContext_KeyInfoW
impl UnwindSafe for SecPkgContext_KeyInfoW
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