#[repr(C)]pub struct SCHANNEL_CRED {Show 14 fields
pub dwVersion: DWORD,
pub cCreds: DWORD,
pub paCred: *mut PCCERT_CONTEXT,
pub hRootStore: HCERTSTORE,
pub cMappers: DWORD,
pub aphMappers: *mut *mut _HMAPPER,
pub cSupportedAlgs: DWORD,
pub palgSupportedAlgs: *mut ALG_ID,
pub grbitEnabledProtocols: DWORD,
pub dwMinimumCipherStrength: DWORD,
pub dwMaximumCipherStrength: DWORD,
pub dwSessionLifespan: DWORD,
pub dwFlags: DWORD,
pub dwCredFormat: DWORD,
}Fields§
§dwVersion: DWORD§cCreds: DWORD§paCred: *mut PCCERT_CONTEXT§hRootStore: HCERTSTORE§cMappers: DWORD§aphMappers: *mut *mut _HMAPPER§cSupportedAlgs: DWORD§palgSupportedAlgs: *mut ALG_ID§grbitEnabledProtocols: DWORD§dwMinimumCipherStrength: DWORD§dwMaximumCipherStrength: DWORD§dwSessionLifespan: DWORD§dwFlags: DWORD§dwCredFormat: DWORDTrait Implementations§
Source§impl Clone for SCHANNEL_CRED
impl Clone for SCHANNEL_CRED
Source§fn clone(&self) -> SCHANNEL_CRED
fn clone(&self) -> SCHANNEL_CRED
Returns a duplicate 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 moreSource§impl Default for SCHANNEL_CRED
impl Default for SCHANNEL_CRED
Source§fn default() -> SCHANNEL_CRED
fn default() -> SCHANNEL_CRED
Returns the “default value” for a type. Read more
impl 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