#[repr(C)]pub struct PKU2U_CREDUI_CONTEXT {
pub Version: ULONG64,
pub cbHeaderLength: USHORT,
pub cbStructureLength: ULONG,
pub CertArrayCount: USHORT,
pub CertArrayOffset: ULONG,
}
Fields
Version: ULONG64
cbHeaderLength: USHORT
cbStructureLength: ULONG
CertArrayCount: USHORT
CertArrayOffset: ULONG
Trait Implementations
sourceimpl Clone for PKU2U_CREDUI_CONTEXT
impl Clone for PKU2U_CREDUI_CONTEXT
sourcefn clone(&self) -> PKU2U_CREDUI_CONTEXT
fn clone(&self) -> PKU2U_CREDUI_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PKU2U_CREDUI_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for PKU2U_CREDUI_CONTEXT
impl Send for PKU2U_CREDUI_CONTEXT
impl Sync for PKU2U_CREDUI_CONTEXT
impl Unpin for PKU2U_CREDUI_CONTEXT
impl UnwindSafe for PKU2U_CREDUI_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more