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