Enum windows_native::winsta::WINSTATIONINFOCLASS
source · #[repr(i32)]pub enum WINSTATIONINFOCLASS {
Show 42 variants
WinStationCreateData,
WinStationConfiguration,
WinStationPdParams,
WinStationWd,
WinStationPd,
WinStationPrinter,
WinStationClient,
WinStationModules,
WinStationInformation,
WinStationTrace,
WinStationBeep,
WinStationEncryptionOff,
WinStationEncryptionPerm,
WinStationNtSecurity,
WinStationUserToken,
WinStationUnused1,
WinStationVideoData,
WinStationInitialProgram,
WinStationCd,
WinStationSystemTrace,
WinStationVirtualData,
WinStationClientData,
WinStationSecureDesktopEnter,
WinStationSecureDesktopExit,
WinStationLoadBalanceSessionTarget,
WinStationLoadIndicator,
WinStationShadowInfo,
WinStationDigProductId,
WinStationLockedState,
WinStationRemoteAddress,
WinStationIdleTime,
WinStationLastReconnectType,
WinStationDisallowAutoReconnect,
WinStationMprNotifyInfo,
WinStationExecSrvSystemPipe,
WinStationSmartCardAutoLogon,
WinStationIsAdminLoggedOn,
WinStationReconnectedFromId,
WinStationEffectsPolicy,
WinStationType,
WinStationInformationEx,
WinStationValidationInfo,
}Variants§
WinStationCreateData
WinStationConfiguration
WinStationPdParams
WinStationWd
WinStationPd
WinStationPrinter
WinStationClient
WinStationModules
WinStationInformation
WinStationTrace
WinStationBeep
WinStationEncryptionOff
WinStationEncryptionPerm
WinStationNtSecurity
WinStationUserToken
WinStationUnused1
WinStationVideoData
WinStationInitialProgram
WinStationCd
WinStationSystemTrace
WinStationVirtualData
WinStationClientData
WinStationSecureDesktopEnter
WinStationSecureDesktopExit
WinStationLoadBalanceSessionTarget
WinStationLoadIndicator
WinStationShadowInfo
WinStationDigProductId
WinStationLockedState
WinStationRemoteAddress
WinStationIdleTime
WinStationLastReconnectType
WinStationDisallowAutoReconnect
WinStationMprNotifyInfo
WinStationExecSrvSystemPipe
WinStationSmartCardAutoLogon
WinStationIsAdminLoggedOn
WinStationReconnectedFromId
WinStationEffectsPolicy
WinStationType
WinStationInformationEx
WinStationValidationInfo
Trait Implementations§
source§impl Clone for WINSTATIONINFOCLASS
impl Clone for WINSTATIONINFOCLASS
source§fn clone(&self) -> WINSTATIONINFOCLASS
fn clone(&self) -> WINSTATIONINFOCLASS
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 WINSTATIONINFOCLASS
impl Debug for WINSTATIONINFOCLASS
source§impl Hash for WINSTATIONINFOCLASS
impl Hash for WINSTATIONINFOCLASS
source§impl PartialEq<WINSTATIONINFOCLASS> for WINSTATIONINFOCLASS
impl PartialEq<WINSTATIONINFOCLASS> for WINSTATIONINFOCLASS
source§fn eq(&self, other: &WINSTATIONINFOCLASS) -> bool
fn eq(&self, other: &WINSTATIONINFOCLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WINSTATIONINFOCLASS
impl Eq for WINSTATIONINFOCLASS
impl StructuralEq for WINSTATIONINFOCLASS
impl StructuralPartialEq for WINSTATIONINFOCLASS
Auto Trait Implementations§
impl RefUnwindSafe for WINSTATIONINFOCLASS
impl Send for WINSTATIONINFOCLASS
impl Sync for WINSTATIONINFOCLASS
impl Unpin for WINSTATIONINFOCLASS
impl UnwindSafe for WINSTATIONINFOCLASS
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