Struct lifx_core::ProductInfo[][src]

pub struct ProductInfo {
    pub name: &'static str,
    pub color: bool,
    pub infrared: bool,
    pub multizone: bool,
    pub chain: bool,
}

Fields

Trait Implementations

impl Clone for ProductInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ProductInfo

impl Sync for ProductInfo