Struct windows_sys::Win32::Security::Authentication::Identity::KERB_S4U_LOGON
[−]#[repr(C)]pub struct KERB_S4U_LOGON {
pub MessageType: KERB_LOGON_SUBMIT_TYPE,
pub Flags: u32,
pub ClientUpn: UNICODE_STRING,
pub ClientRealm: UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
MessageType: KERB_LOGON_SUBMIT_TYPE
Flags: u32
ClientUpn: UNICODE_STRING
ClientRealm: UNICODE_STRING
Trait Implementations
impl Clone for KERB_S4U_LOGON
impl Clone for KERB_S4U_LOGON
impl Copy for KERB_S4U_LOGON
Auto Trait Implementations
impl RefUnwindSafe for KERB_S4U_LOGON
impl !Send for KERB_S4U_LOGON
impl !Sync for KERB_S4U_LOGON
impl Unpin for KERB_S4U_LOGON
impl UnwindSafe for KERB_S4U_LOGON
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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