Enum ws281x::strip::Strip [] [src]

pub enum Strip {
    RGBW,
    RBGW,
    GRBW,
    GBRW,
    BRGW,
    BGRW,
    RGB,
    RBG,
    GRB,
    GBR,
    BRG,
    BGR,
}

Variants

Trait Implementations

impl Eq for Strip
[src]

impl PartialEq for Strip
[src]

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

This method tests for !=.

impl Copy for Strip
[src]

impl Clone for Strip
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Strip
[src]

Formats the value using the given formatter.

impl From<c_int> for Strip
[src]

Performs the conversion.

impl Into<c_int> for Strip
[src]

Performs the conversion.