Struct windows_sys::Win32::Security::Authentication::Identity::SCHANNEL_CRED
#[repr(C)]pub struct SCHANNEL_CRED {Show 14 fields
pub dwVersion: u32,
pub cCreds: u32,
pub paCred: *mut *mut CERT_CONTEXT,
pub hRootStore: HCERTSTORE,
pub cMappers: u32,
pub aphMappers: *mut *mut _HMAPPER,
pub cSupportedAlgs: u32,
pub palgSupportedAlgs: *mut ALG_ID,
pub grbitEnabledProtocols: u32,
pub dwMinimumCipherStrength: u32,
pub dwMaximumCipherStrength: u32,
pub dwSessionLifespan: u32,
pub dwFlags: SCHANNEL_CRED_FLAGS,
pub dwCredFormat: u32,
}
Fields§
§dwVersion: u32
§cCreds: u32
§paCred: *mut *mut CERT_CONTEXT
§hRootStore: HCERTSTORE
§cMappers: u32
§aphMappers: *mut *mut _HMAPPER
§cSupportedAlgs: u32
§palgSupportedAlgs: *mut ALG_ID
§grbitEnabledProtocols: u32
§dwMinimumCipherStrength: u32
§dwMaximumCipherStrength: u32
§dwSessionLifespan: u32
§dwFlags: SCHANNEL_CRED_FLAGS
§dwCredFormat: u32
Trait Implementations§
§impl Clone for SCHANNEL_CRED
impl Clone for SCHANNEL_CRED
§fn clone(&self) -> SCHANNEL_CRED
fn clone(&self) -> SCHANNEL_CRED
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 SCHANNEL_CRED
Auto Trait Implementations§
impl Freeze for SCHANNEL_CRED
impl RefUnwindSafe for SCHANNEL_CRED
impl !Send for SCHANNEL_CRED
impl !Sync for SCHANNEL_CRED
impl Unpin for SCHANNEL_CRED
impl UnwindSafe for SCHANNEL_CRED
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
)