Struct windows::Win32::Security::Authentication::Identity::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 more§impl Debug for SecPkgCred_SupportedAlgs
impl Debug for SecPkgCred_SupportedAlgs
§impl Default for SecPkgCred_SupportedAlgs
impl Default for SecPkgCred_SupportedAlgs
§impl PartialEq for SecPkgCred_SupportedAlgs
impl PartialEq for SecPkgCred_SupportedAlgs
§fn eq(&self, other: &SecPkgCred_SupportedAlgs) -> bool
fn eq(&self, other: &SecPkgCred_SupportedAlgs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecPkgCred_SupportedAlgs
impl Eq for SecPkgCred_SupportedAlgs
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)