Enum rs_ws281x::StripType[][src]

pub enum StripType {
    Sk6812Rgbw,
    Sk6812Rbgw,
    Sk6812Gbrw,
    Sk6812Grbw,
    Sk6812Brgw,
    Sk6812Bgrw,
    Ws2811Rgb,
    Ws2811Rbg,
    Ws2811Grb,
    Ws2811Gbr,
    Ws2811Brg,
    Ws2811Bgr,
    Ws2812,
    Sk6812,
    Sk6812W,
}

Variants

Trait Implementations

impl Clone for StripType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StripType
[src]

impl Debug for StripType
[src]

Formats the value using the given formatter. Read more

impl Into<c_uint> for StripType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for StripType

impl Sync for StripType