#[repr(C)]pub struct NETLOGON_INTERACTIVE_INFO {
pub Identity: NETLOGON_LOGON_IDENTITY_INFO,
pub LmOwfPassword: LM_OWF_PASSWORD,
pub NtOwfPassword: LM_OWF_PASSWORD,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation", "Win32_System_PasswordManagement"
Fields
Identity: NETLOGON_LOGON_IDENTITY_INFOLmOwfPassword: LM_OWF_PASSWORDNtOwfPassword: LM_OWF_PASSWORDTrait Implementations
impl Clone for NETLOGON_INTERACTIVE_INFO
impl Clone for NETLOGON_INTERACTIVE_INFO
impl Copy for NETLOGON_INTERACTIVE_INFO
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_INTERACTIVE_INFO
impl !Send for NETLOGON_INTERACTIVE_INFO
impl !Sync for NETLOGON_INTERACTIVE_INFO
impl Unpin for NETLOGON_INTERACTIVE_INFO
impl UnwindSafe for NETLOGON_INTERACTIVE_INFO
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