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