Struct SecPkgCred_SupportedAlgs
#[repr(C)]pub struct SecPkgCred_SupportedAlgs {
pub cSupportedAlgs: u32,
pub palgSupportedAlgs: *mut ALG_ID,
}
Fields§
§cSupportedAlgs: u32
§palgSupportedAlgs: *mut ALG_ID
Trait Implementations§
§impl Clone for SecPkgCred_SupportedAlgs
impl Clone for SecPkgCred_SupportedAlgs
§fn clone(&self) -> SecPkgCred_SupportedAlgs
fn clone(&self) -> SecPkgCred_SupportedAlgs
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SecPkgCred_SupportedAlgs
Auto Trait Implementations§
impl Freeze for SecPkgCred_SupportedAlgs
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