#[repr(C)]pub struct NETLOGON_NETWORK_INFO {
pub Identity: NETLOGON_LOGON_IDENTITY_INFO,
pub LmChallenge: CLEAR_BLOCK,
pub NtChallengeResponse: STRING,
pub LmChallengeResponse: STRING,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’, ‘Win32_System_Kernel’
Fields
Identity: NETLOGON_LOGON_IDENTITY_INFO
LmChallenge: CLEAR_BLOCK
NtChallengeResponse: STRING
LmChallengeResponse: STRING
Trait Implementations
impl Clone for NETLOGON_NETWORK_INFO
impl Clone for NETLOGON_NETWORK_INFO
impl Copy for NETLOGON_NETWORK_INFO
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_NETWORK_INFO
impl !Send for NETLOGON_NETWORK_INFO
impl !Sync for NETLOGON_NETWORK_INFO
impl Unpin for NETLOGON_NETWORK_INFO
impl UnwindSafe for NETLOGON_NETWORK_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more