Struct winapi::ntsecapi::MSV1_0_CHANGEPASSWORD_RESPONSE [] [src]

#[repr(C)]
pub struct MSV1_0_CHANGEPASSWORD_RESPONSE { pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE, pub PasswordInfoValid: BOOLEAN, pub DomainPasswordInfo: DOMAIN_PASSWORD_INFORMATION, }

Fields

Trait Implementations

impl Debug for MSV1_0_CHANGEPASSWORD_RESPONSE
[src]

Formats the value using the given formatter.

impl Copy for MSV1_0_CHANGEPASSWORD_RESPONSE
[src]

impl Clone for MSV1_0_CHANGEPASSWORD_RESPONSE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more