Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_KeyInfoA
#[repr(C)]pub struct SecPkgContext_KeyInfoA {
pub sSignatureAlgorithmName: *mut i8,
pub sEncryptAlgorithmName: *mut i8,
pub KeySize: u32,
pub SignatureAlgorithm: u32,
pub EncryptAlgorithm: u32,
}
Fields§
§sSignatureAlgorithmName: *mut i8
§sEncryptAlgorithmName: *mut i8
§KeySize: u32
§SignatureAlgorithm: u32
§EncryptAlgorithm: u32
Trait 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§
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