#[repr(C)]pub struct NETLOGON_SERVICE_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_INFO
LmOwfPassword: LM_OWF_PASSWORD
NtOwfPassword: LM_OWF_PASSWORD
Trait Implementations
impl Clone for NETLOGON_SERVICE_INFO
impl Clone for NETLOGON_SERVICE_INFO
impl Copy for NETLOGON_SERVICE_INFO
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_SERVICE_INFO
impl !Send for NETLOGON_SERVICE_INFO
impl !Sync for NETLOGON_SERVICE_INFO
impl Unpin for NETLOGON_SERVICE_INFO
impl UnwindSafe for NETLOGON_SERVICE_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