#[repr(C)]pub struct SecPkgCred_SupportedAlgs {
pub cSupportedAlgs: u32,
pub palgSupportedAlgs: *mut ALG_ID,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cSupportedAlgs: u32
§palgSupportedAlgs: *mut ALG_ID
Trait Implementations§
§impl Clone for SecPkgCred_SupportedAlgs
impl Clone for SecPkgCred_SupportedAlgs
impl Copy for SecPkgCred_SupportedAlgs
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgCred_SupportedAlgs
impl !Send for SecPkgCred_SupportedAlgs
impl !Sync for SecPkgCred_SupportedAlgs
impl Unpin for SecPkgCred_SupportedAlgs
impl UnwindSafe for SecPkgCred_SupportedAlgs
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