[][src]Struct tinkerforge::led_strip_bricklet::RgbwValues

pub struct RgbwValues {
    pub r: [u8; 12],
    pub g: [u8; 12],
    pub b: [u8; 12],
    pub w: [u8; 12],
}

Fields

r: [u8; 12]g: [u8; 12]b: [u8; 12]w: [u8; 12]

Trait Implementations

impl FromByteSlice for RgbwValues[src]

impl Clone for RgbwValues[src]

impl Copy for RgbwValues[src]

impl Default for RgbwValues[src]

impl Eq for RgbwValues[src]

impl PartialEq<RgbwValues> for RgbwValues[src]

impl Debug for RgbwValues[src]

impl Hash for RgbwValues[src]

impl StructuralPartialEq for RgbwValues[src]

impl StructuralEq for RgbwValues[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self