Enum lifx_core::PowerLevel [−][src]
#[repr(u16)]pub enum PowerLevel { Standby, Enabled, }
Variants
StandbyEnabled
Trait Implementations
impl Debug for PowerLevel[src]
impl Debug for PowerLevelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for PowerLevel[src]
impl Copy for PowerLevelimpl Clone for PowerLevel[src]
impl Clone for PowerLevelfn clone(&self) -> PowerLevel[src]
fn clone(&self) -> PowerLevelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for PowerLevel[src]
impl PartialEq for PowerLevelAuto Trait Implementations
impl Send for PowerLevel
impl Send for PowerLevelimpl Sync for PowerLevel
impl Sync for PowerLevel