#[repr(C)]pub struct PKU2U_CREDUI_CONTEXT {
pub Version: u64,
pub cbHeaderLength: u16,
pub cbStructureLength: u32,
pub CertArrayCount: u16,
pub CertArrayOffset: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Version: u64
cbHeaderLength: u16
cbStructureLength: u32
CertArrayCount: u16
CertArrayOffset: u32
Trait Implementations
impl Clone for PKU2U_CREDUI_CONTEXT
impl Clone for PKU2U_CREDUI_CONTEXT
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