#[repr(C)]pub struct WSMAN_USERNAME_PASSWORD_CREDS {
pub username: PCWSTR,
pub password: PCWSTR,
}
Fields§
§username: PCWSTR
§password: PCWSTR
Trait Implementations§
§impl Clone for WSMAN_USERNAME_PASSWORD_CREDS
impl Clone for WSMAN_USERNAME_PASSWORD_CREDS
impl Copy for WSMAN_USERNAME_PASSWORD_CREDS
Auto Trait Implementations§
impl RefUnwindSafe for WSMAN_USERNAME_PASSWORD_CREDS
impl !Send for WSMAN_USERNAME_PASSWORD_CREDS
impl !Sync for WSMAN_USERNAME_PASSWORD_CREDS
impl Unpin for WSMAN_USERNAME_PASSWORD_CREDS
impl UnwindSafe for WSMAN_USERNAME_PASSWORD_CREDS
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