Struct winapi::sspi::SEC_WINNT_CREDUI_CONTEXT_VECTOR
[−]
[src]
pub struct SEC_WINNT_CREDUI_CONTEXT_VECTOR {
pub CredUIContextArrayOffset: ULONG,
pub CredUIContextCount: USHORT,
}Fields
CredUIContextArrayOffset | |
CredUIContextCount |
Trait Implementations
impl Copy for SEC_WINNT_CREDUI_CONTEXT_VECTOR[src]
impl Clone for SEC_WINNT_CREDUI_CONTEXT_VECTOR[src]
fn clone(&self) -> SEC_WINNT_CREDUI_CONTEXT_VECTOR
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