Struct windows::Win32::Security::Authentication::Identity::KERB_S4U2PROXY_CRED
#[repr(C)]pub struct KERB_S4U2PROXY_CRED {
pub UserName: LSA_UNICODE_STRING,
pub DomainName: LSA_UNICODE_STRING,
pub Flags: u32,
pub LastStatus: NTSTATUS,
pub Expiry: i64,
pub CountOfEntries: u32,
pub Entries: *mut KERB_S4U2PROXY_CACHE_ENTRY_INFO,
}
Fields§
§UserName: LSA_UNICODE_STRING
§DomainName: LSA_UNICODE_STRING
§Flags: u32
§LastStatus: NTSTATUS
§Expiry: i64
§CountOfEntries: u32
§Entries: *mut KERB_S4U2PROXY_CACHE_ENTRY_INFO
Trait Implementations§
§impl Clone for KERB_S4U2PROXY_CRED
impl Clone for KERB_S4U2PROXY_CRED
§fn clone(&self) -> KERB_S4U2PROXY_CRED
fn clone(&self) -> KERB_S4U2PROXY_CRED
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 more§impl Debug for KERB_S4U2PROXY_CRED
impl Debug for KERB_S4U2PROXY_CRED
§impl Default for KERB_S4U2PROXY_CRED
impl Default for KERB_S4U2PROXY_CRED
§impl PartialEq for KERB_S4U2PROXY_CRED
impl PartialEq for KERB_S4U2PROXY_CRED
§fn eq(&self, other: &KERB_S4U2PROXY_CRED) -> bool
fn eq(&self, other: &KERB_S4U2PROXY_CRED) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KERB_S4U2PROXY_CRED
impl Eq for KERB_S4U2PROXY_CRED
impl StructuralPartialEq for KERB_S4U2PROXY_CRED
Auto Trait Implementations§
impl Freeze for KERB_S4U2PROXY_CRED
impl RefUnwindSafe for KERB_S4U2PROXY_CRED
impl !Send for KERB_S4U2PROXY_CRED
impl !Sync for KERB_S4U2PROXY_CRED
impl Unpin for KERB_S4U2PROXY_CRED
impl UnwindSafe for KERB_S4U2PROXY_CRED
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
)