Struct ws281x::ffi::ws2811_t [] [src]

#[repr(C)]
pub struct ws2811_t { pub device: *mut ws2811_device_t, pub rpi_hw: *const rpi_hw_t, pub freq: uint32_t, pub dmanum: c_int, pub channel: [ws2811_channel_t; 2], }

Fields

Trait Implementations

impl Debug for ws2811_t
[src]

Formats the value using the given formatter.