Struct windows_sys::Win32::Security::Authentication::Identity::MSV1_0_S4U_LOGON
#[repr(C)]pub struct MSV1_0_S4U_LOGON {
pub MessageType: MSV1_0_LOGON_SUBMIT_TYPE,
pub Flags: u32,
pub UserPrincipalName: LSA_UNICODE_STRING,
pub DomainName: LSA_UNICODE_STRING,
}
Fields§
§MessageType: MSV1_0_LOGON_SUBMIT_TYPE
§Flags: u32
§UserPrincipalName: LSA_UNICODE_STRING
§DomainName: LSA_UNICODE_STRING
Trait Implementations§
§impl Clone for MSV1_0_S4U_LOGON
impl Clone for MSV1_0_S4U_LOGON
impl Copy for MSV1_0_S4U_LOGON
Auto Trait Implementations§
impl RefUnwindSafe for MSV1_0_S4U_LOGON
impl !Send for MSV1_0_S4U_LOGON
impl !Sync for MSV1_0_S4U_LOGON
impl Unpin for MSV1_0_S4U_LOGON
impl UnwindSafe for MSV1_0_S4U_LOGON
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