#[repr(C)]pub struct SecPkgContext_KeyInfoA {
pub sSignatureAlgorithmName: *mut i8,
pub sEncryptAlgorithmName: *mut i8,
pub KeySize: u32,
pub SignatureAlgorithm: u32,
pub EncryptAlgorithm: u32,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
sSignatureAlgorithmName: *mut i8sEncryptAlgorithmName: *mut i8KeySize: u32SignatureAlgorithm: u32EncryptAlgorithm: u32Trait Implementations
impl Clone for SecPkgContext_KeyInfoA
impl Clone for SecPkgContext_KeyInfoA
impl Copy for SecPkgContext_KeyInfoA
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_KeyInfoA
impl !Send for SecPkgContext_KeyInfoA
impl !Sync for SecPkgContext_KeyInfoA
impl Unpin for SecPkgContext_KeyInfoA
impl UnwindSafe for SecPkgContext_KeyInfoA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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