#[repr(C)]pub struct SecPkgContext_SupportedSignatures {
pub cSignatureAndHashAlgorithms: u16,
pub pSignatureAndHashAlgorithms: *mut u16,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cSignatureAndHashAlgorithms: u16
pSignatureAndHashAlgorithms: *mut u16
Trait Implementations
impl Clone for SecPkgContext_SupportedSignatures
impl Clone for SecPkgContext_SupportedSignatures
impl Copy for SecPkgContext_SupportedSignatures
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_SupportedSignatures
impl !Send for SecPkgContext_SupportedSignatures
impl !Sync for SecPkgContext_SupportedSignatures
impl Unpin for SecPkgContext_SupportedSignatures
impl UnwindSafe for SecPkgContext_SupportedSignatures
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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