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