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

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

A mutable reference to a Channel.

Methods

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

Change the GPIO pin.

Change the inversion.

Change the brightness.

Change the strip type.

Get the leds mutably.

Methods from Deref<Target = ChannelRef<'a>>

Get the GPIO pin.

Trait Implementations

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

Formats the value using the given formatter.

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

The resulting type after dereferencing

The method called to dereference a value