Struct ws281x::Handle [] [src]

pub struct Handle(_);

Handle to a WS281X device.

Methods

impl Handle
[src]

Render the current state to the device.

Wait for the device to have finished rendering.

Get the given channel.

Get the given channel mutably.

Trait Implementations

impl Drop for Handle
[src]

A method called when the value goes out of scope. Read more