Struct ws281x::channel::immutable::Ref [] [src]

pub struct Ref<'a>(_, _);

An immutable reference to a Channel.

Methods

impl<'a> Ref<'a>
[src]

Get the GPIO pin.

Get whether the channel is inverted.

Get the brightness.

Get the strip type.

Get the leds.

Trait Implementations

impl<'a> Debug for Ref<'a>
[src]

Formats the value using the given formatter.