Struct windows_sys::Win32::System::Wmi::MI_UsernamePasswordCreds
#[repr(C)]pub struct MI_UsernamePasswordCreds {
pub domain: *const u16,
pub username: *const u16,
pub password: *const u16,
}
Fields§
§domain: *const u16
§username: *const u16
§password: *const u16
Trait Implementations§
§impl Clone for MI_UsernamePasswordCreds
impl Clone for MI_UsernamePasswordCreds
impl Copy for MI_UsernamePasswordCreds
Auto Trait Implementations§
impl RefUnwindSafe for MI_UsernamePasswordCreds
impl !Send for MI_UsernamePasswordCreds
impl !Sync for MI_UsernamePasswordCreds
impl Unpin for MI_UsernamePasswordCreds
impl UnwindSafe for MI_UsernamePasswordCreds
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