Struct windows_sys::Win32::Security::Authentication::Identity::KERB_INTERACTIVE_LOGON
#[repr(C)]pub struct KERB_INTERACTIVE_LOGON {
pub MessageType: KERB_LOGON_SUBMIT_TYPE,
pub LogonDomainName: LSA_UNICODE_STRING,
pub UserName: LSA_UNICODE_STRING,
pub Password: LSA_UNICODE_STRING,
}
Fields§
§MessageType: KERB_LOGON_SUBMIT_TYPE
§LogonDomainName: LSA_UNICODE_STRING
§UserName: LSA_UNICODE_STRING
§Password: LSA_UNICODE_STRING
Trait Implementations§
§impl Clone for KERB_INTERACTIVE_LOGON
impl Clone for KERB_INTERACTIVE_LOGON
impl Copy for KERB_INTERACTIVE_LOGON
Auto Trait Implementations§
impl RefUnwindSafe for KERB_INTERACTIVE_LOGON
impl !Send for KERB_INTERACTIVE_LOGON
impl !Sync for KERB_INTERACTIVE_LOGON
impl Unpin for KERB_INTERACTIVE_LOGON
impl UnwindSafe for KERB_INTERACTIVE_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