#[repr(C)]pub struct MSV1_0_INTERACTIVE_LOGON {
pub MessageType: MSV1_0_LOGON_SUBMIT_TYPE,
pub LogonDomainName: UNICODE_STRING,
pub UserName: UNICODE_STRING,
pub Password: UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
MessageType: MSV1_0_LOGON_SUBMIT_TYPE
LogonDomainName: UNICODE_STRING
UserName: UNICODE_STRING
Password: UNICODE_STRING
Trait Implementations
impl Clone for MSV1_0_INTERACTIVE_LOGON
impl Clone for MSV1_0_INTERACTIVE_LOGON
impl Copy for MSV1_0_INTERACTIVE_LOGON
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_INTERACTIVE_LOGON
impl !Send for MSV1_0_INTERACTIVE_LOGON
impl !Sync for MSV1_0_INTERACTIVE_LOGON
impl Unpin for MSV1_0_INTERACTIVE_LOGON
impl UnwindSafe for MSV1_0_INTERACTIVE_LOGON
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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