#[repr(i32)]pub enum _POWER_PLATFORM_ROLE {
PlatformRoleUnspecified = 0,
PlatformRoleDesktop = 1,
PlatformRoleMobile = 2,
PlatformRoleWorkstation = 3,
PlatformRoleEnterpriseServer = 4,
PlatformRoleSOHOServer = 5,
PlatformRoleAppliancePC = 6,
PlatformRolePerformanceServer = 7,
PlatformRoleSlate = 8,
PlatformRoleMaximum = 9,
}Variants§
PlatformRoleUnspecified = 0
PlatformRoleDesktop = 1
PlatformRoleMobile = 2
PlatformRoleWorkstation = 3
PlatformRoleEnterpriseServer = 4
PlatformRoleSOHOServer = 5
PlatformRoleAppliancePC = 6
PlatformRolePerformanceServer = 7
PlatformRoleSlate = 8
PlatformRoleMaximum = 9
Trait Implementations§
Source§impl Clone for _POWER_PLATFORM_ROLE
impl Clone for _POWER_PLATFORM_ROLE
Source§fn clone(&self) -> _POWER_PLATFORM_ROLE
fn clone(&self) -> _POWER_PLATFORM_ROLE
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 _POWER_PLATFORM_ROLE
impl Debug for _POWER_PLATFORM_ROLE
Source§impl Hash for _POWER_PLATFORM_ROLE
impl Hash for _POWER_PLATFORM_ROLE
Source§impl PartialEq for _POWER_PLATFORM_ROLE
impl PartialEq for _POWER_PLATFORM_ROLE
impl Copy for _POWER_PLATFORM_ROLE
impl Eq for _POWER_PLATFORM_ROLE
impl StructuralPartialEq for _POWER_PLATFORM_ROLE
Auto Trait Implementations§
impl Freeze for _POWER_PLATFORM_ROLE
impl RefUnwindSafe for _POWER_PLATFORM_ROLE
impl Send for _POWER_PLATFORM_ROLE
impl Sync for _POWER_PLATFORM_ROLE
impl Unpin for _POWER_PLATFORM_ROLE
impl UnwindSafe for _POWER_PLATFORM_ROLE
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