#[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§
Source§impl Clone for PKU2U_CREDUI_CONTEXT
impl Clone for PKU2U_CREDUI_CONTEXT
Source§fn clone(&self) -> PKU2U_CREDUI_CONTEXT
fn clone(&self) -> PKU2U_CREDUI_CONTEXT
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 moreSource§impl Default for PKU2U_CREDUI_CONTEXT
impl Default for PKU2U_CREDUI_CONTEXT
Source§fn default() -> PKU2U_CREDUI_CONTEXT
fn default() -> PKU2U_CREDUI_CONTEXT
Returns the “default value” for a type. Read more
impl Copy for PKU2U_CREDUI_CONTEXT
Auto Trait Implementations§
impl Freeze for PKU2U_CREDUI_CONTEXT
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§
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