Struct windows_sys::Win32::Security::Authentication::Identity::PKU2U_CREDUI_CONTEXT
#[repr(C)]pub struct PKU2U_CREDUI_CONTEXT {
pub Version: u64,
pub cbHeaderLength: u16,
pub cbStructureLength: u32,
pub CertArrayCount: u16,
pub CertArrayOffset: u32,
}
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
§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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)