pub struct Win32_UserDesktop {
pub Element: Option<Win32_UserAccount>,
pub Setting: Option<Win32_Desktop>,
}Expand description
The Win32_UserDesktop association WMI class relates a user account and desktop settings that
are specific to it.
https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-userdesktop
Fields§
§Element: Option<Win32_UserAccount>Reference to the instance representing the user account whose desktop can be customized by the Settings property of this class.
Setting: Option<Win32_Desktop>Reference to the instance representing the desktop settings that serve to customize a specific user account desktop.
Trait Implementations§
Source§impl Clone for Win32_UserDesktop
impl Clone for Win32_UserDesktop
Source§fn clone(&self) -> Win32_UserDesktop
fn clone(&self) -> Win32_UserDesktop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Win32_UserDesktop
impl Debug for Win32_UserDesktop
Source§impl Default for Win32_UserDesktop
impl Default for Win32_UserDesktop
Source§fn default() -> Win32_UserDesktop
fn default() -> Win32_UserDesktop
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Win32_UserDesktop
impl<'de> Deserialize<'de> for Win32_UserDesktop
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Win32_UserDesktop
impl RefUnwindSafe for Win32_UserDesktop
impl Send for Win32_UserDesktop
impl Sync for Win32_UserDesktop
impl Unpin for Win32_UserDesktop
impl UnwindSafe for Win32_UserDesktop
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