Struct winapi::ntsecapi::PKU2U_CREDUI_CONTEXT
[−]
[src]
pub struct PKU2U_CREDUI_CONTEXT { pub Version: ULONG64, pub cbHeaderLength: USHORT, pub cbStructureLength: ULONG, pub CertArrayCount: USHORT, pub CertArrayOffset: ULONG, }
Fields
Version | |
cbHeaderLength | |
cbStructureLength | |
CertArrayCount | |
CertArrayOffset |
Trait Implementations
impl Copy for PKU2U_CREDUI_CONTEXT
[src]
impl Clone for PKU2U_CREDUI_CONTEXT
[src]
fn clone(&self) -> PKU2U_CREDUI_CONTEXT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more