#[repr(C)]pub struct DSREG_USER_INFO {
pub pszUserEmail: PWSTR,
pub pszUserKeyId: PWSTR,
pub pszUserKeyName: PWSTR,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
pszUserEmail: PWSTRpszUserKeyId: PWSTRpszUserKeyName: PWSTRTrait Implementations
impl Clone for DSREG_USER_INFO
impl Clone for DSREG_USER_INFO
impl Copy for DSREG_USER_INFO
Auto Trait Implementations
impl RefUnwindSafe for DSREG_USER_INFO
impl !Send for DSREG_USER_INFO
impl !Sync for DSREG_USER_INFO
impl Unpin for DSREG_USER_INFO
impl UnwindSafe for DSREG_USER_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more