#[repr(C)]pub struct SEC_WINNT_CREDUI_CONTEXT {
pub cbHeaderLength: USHORT,
pub CredUIContextHandle: HANDLE,
pub UIInfo: PCREDUI_INFOW,
pub dwAuthError: ULONG,
pub pInputAuthIdentity: PSEC_WINNT_AUTH_IDENTITY_OPAQUE,
pub TargetName: PUNICODE_STRING,
}
Fields
cbHeaderLength: USHORT
CredUIContextHandle: HANDLE
UIInfo: PCREDUI_INFOW
dwAuthError: ULONG
pInputAuthIdentity: PSEC_WINNT_AUTH_IDENTITY_OPAQUE
TargetName: PUNICODE_STRING
Trait Implementations
sourceimpl Clone for SEC_WINNT_CREDUI_CONTEXT
impl Clone for SEC_WINNT_CREDUI_CONTEXT
sourcefn clone(&self) -> SEC_WINNT_CREDUI_CONTEXT
fn clone(&self) -> SEC_WINNT_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 SEC_WINNT_CREDUI_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for SEC_WINNT_CREDUI_CONTEXT
impl !Send for SEC_WINNT_CREDUI_CONTEXT
impl !Sync for SEC_WINNT_CREDUI_CONTEXT
impl Unpin for SEC_WINNT_CREDUI_CONTEXT
impl UnwindSafe for SEC_WINNT_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