Enum lifx_core::Service[][src]

#[repr(u8)]
pub enum Service { UDP, }

What services are exposed by the device.

LIFX only documents the UDP service, though bulbs may support other undocumented services. Since these other services are unsupported by the lifx-core library, a message with a non-UDP service cannot be constructed.

Variants

Trait Implementations

impl Debug for Service
[src]

Formats the value using the given formatter. Read more

impl Copy for Service
[src]

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Service

impl Sync for Service