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