Struct winapi::subauth::NETLOGON_NETWORK_INFO
[−]
[src]
pub struct NETLOGON_NETWORK_INFO {
pub Identity: NETLOGON_LOGON_IDENTITY_INFO,
pub LmChallenge: LM_CHALLENGE,
pub NtChallengeResponse: STRING,
pub LmChallengeResponse: STRING,
}Fields
Identity | |
LmChallenge | |
NtChallengeResponse | |
LmChallengeResponse |
Trait Implementations
impl Copy for NETLOGON_NETWORK_INFO[src]
impl Clone for NETLOGON_NETWORK_INFO[src]
fn clone(&self) -> NETLOGON_NETWORK_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more