Enum windows_native::ntsam::USER_INFORMATION_CLASS
source · #[repr(i32)]pub enum USER_INFORMATION_CLASS {
Show 32 variants
UserGeneralInformation,
UserPreferencesInformation,
UserLogonInformation,
UserLogonHoursInformation,
UserAccountInformation,
UserNameInformation,
UserAccountNameInformation,
UserFullNameInformation,
UserPrimaryGroupInformation,
UserHomeInformation,
UserScriptInformation,
UserProfileInformation,
UserAdminCommentInformation,
UserWorkStationsInformation,
UserSetPasswordInformation,
UserControlInformation,
UserExpiresInformation,
UserInternal1Information,
UserInternal2Information,
UserParametersInformation,
UserAllInformation,
UserInternal3Information,
UserInternal4Information,
UserInternal5Information,
UserInternal4InformationNew,
UserInternal5InformationNew,
UserInternal6Information,
UserExtendedInformation,
UserLogonUIInformation,
UserUnknownTodoInformation,
UserInternal7Information,
UserInternal8Information,
}Variants§
UserGeneralInformation
UserPreferencesInformation
UserLogonInformation
UserLogonHoursInformation
UserAccountInformation
UserNameInformation
UserAccountNameInformation
UserFullNameInformation
UserPrimaryGroupInformation
UserHomeInformation
UserScriptInformation
UserProfileInformation
UserAdminCommentInformation
UserWorkStationsInformation
UserSetPasswordInformation
UserControlInformation
UserExpiresInformation
UserInternal1Information
UserInternal2Information
UserParametersInformation
UserAllInformation
UserInternal3Information
UserInternal4Information
UserInternal5Information
UserInternal4InformationNew
UserInternal5InformationNew
UserInternal6Information
UserExtendedInformation
UserLogonUIInformation
UserUnknownTodoInformation
UserInternal7Information
UserInternal8Information
Trait Implementations§
source§impl Clone for USER_INFORMATION_CLASS
impl Clone for USER_INFORMATION_CLASS
source§fn clone(&self) -> USER_INFORMATION_CLASS
fn clone(&self) -> USER_INFORMATION_CLASS
Returns a copy 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 USER_INFORMATION_CLASS
impl Debug for USER_INFORMATION_CLASS
source§impl Hash for USER_INFORMATION_CLASS
impl Hash for USER_INFORMATION_CLASS
source§impl PartialEq<USER_INFORMATION_CLASS> for USER_INFORMATION_CLASS
impl PartialEq<USER_INFORMATION_CLASS> for USER_INFORMATION_CLASS
source§fn eq(&self, other: &USER_INFORMATION_CLASS) -> bool
fn eq(&self, other: &USER_INFORMATION_CLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for USER_INFORMATION_CLASS
impl Eq for USER_INFORMATION_CLASS
impl StructuralEq for USER_INFORMATION_CLASS
impl StructuralPartialEq for USER_INFORMATION_CLASS
Auto Trait Implementations§
impl RefUnwindSafe for USER_INFORMATION_CLASS
impl Send for USER_INFORMATION_CLASS
impl Sync for USER_INFORMATION_CLASS
impl Unpin for USER_INFORMATION_CLASS
impl UnwindSafe for USER_INFORMATION_CLASS
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