Struct lifx_core::LifxString[][src]

pub struct LifxString(_);

Lifx strings are fixed-length (32-bytes maximum)

Methods

impl LifxString
[src]

Trait Implementations

impl Debug for LifxString
[src]

Formats the value using the given formatter. Read more

impl Clone for LifxString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LifxString
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for LifxString
[src]

Formats the value using the given formatter. Read more

impl PartialEq<str> for LifxString
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LifxString

impl Sync for LifxString