Struct ws281x::ffi::ws2811_channel_t [] [src]

#[repr(C)]
pub struct ws2811_channel_t { pub gpionum: c_int, pub invert: c_int, pub count: c_int, pub brightness: c_int, pub strip_type: c_int, pub leds: *mut ws2811_led_t, }

Fields

Trait Implementations

impl Debug for ws2811_channel_t
[src]

Formats the value using the given formatter.