Enum lifx_core::ApplicationRequest [−][src]
#[repr(u8)]pub enum ApplicationRequest { NoApply, Apply, ApplyOnly, }
Controls how/when multizone devices apply color changes
See also Message::SetColorZones.
Variants
NoApplyDon't apply the requested changes until a message with Apply or ApplyOnly is sent
ApplyApply the changes immediately and apply any pending changes
ApplyOnlyIgnore the requested changes in this message and only apply pending changes
Trait Implementations
impl Debug for ApplicationRequest[src]
impl Debug for ApplicationRequestfn 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 ApplicationRequest[src]
impl Copy for ApplicationRequestimpl Clone for ApplicationRequest[src]
impl Clone for ApplicationRequestfn clone(&self) -> ApplicationRequest[src]
fn clone(&self) -> ApplicationRequestReturns 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
Auto Trait Implementations
impl Send for ApplicationRequest
impl Send for ApplicationRequestimpl Sync for ApplicationRequest
impl Sync for ApplicationRequest