#[repr(C)]pub struct SecPkgCred_SupportedAlgs {
pub cSupportedAlgs: u32,
pub palgSupportedAlgs: *mut u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cSupportedAlgs: u32
palgSupportedAlgs: *mut u32
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
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