Struct winapi::ntsecapi::KERB_CHANGEPASSWORD_REQUEST
[−]
[src]
pub struct KERB_CHANGEPASSWORD_REQUEST { pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE, pub DomainName: UNICODE_STRING, pub AccountName: UNICODE_STRING, pub OldPassword: UNICODE_STRING, pub NewPassword: UNICODE_STRING, pub Impersonating: BOOLEAN, }
Fields
MessageType | |
DomainName | |
AccountName | |
OldPassword | |
NewPassword | |
Impersonating |
Trait Implementations
impl Copy for KERB_CHANGEPASSWORD_REQUEST
[src]
impl Clone for KERB_CHANGEPASSWORD_REQUEST
[src]
fn clone(&self) -> KERB_CHANGEPASSWORD_REQUEST
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