#[repr(C)]pub struct MSV1_0_CHANGEPASSWORD_RESPONSE {
pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE,
pub PasswordInfoValid: BOOLEAN,
pub DomainPasswordInfo: DOMAIN_PASSWORD_INFORMATION,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE
§PasswordInfoValid: BOOLEAN
§DomainPasswordInfo: DOMAIN_PASSWORD_INFORMATION
Trait Implementations§
§impl Clone for MSV1_0_CHANGEPASSWORD_RESPONSE
impl Clone for MSV1_0_CHANGEPASSWORD_RESPONSE
impl Copy for MSV1_0_CHANGEPASSWORD_RESPONSE
Auto Trait Implementations§
impl RefUnwindSafe for MSV1_0_CHANGEPASSWORD_RESPONSE
impl Send for MSV1_0_CHANGEPASSWORD_RESPONSE
impl Sync for MSV1_0_CHANGEPASSWORD_RESPONSE
impl Unpin for MSV1_0_CHANGEPASSWORD_RESPONSE
impl UnwindSafe for MSV1_0_CHANGEPASSWORD_RESPONSE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more