#[repr(C)]pub struct lv_led_t {
pub obj: lv_obj_t,
pub color: lv_color_t,
pub bright: u8,
}Expand description
Data of led
Fields§
§obj: lv_obj_t§color: lv_color_t§bright: u8< Current brightness of the LED (0..255)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lv_led_t
impl RefUnwindSafe for lv_led_t
impl !Send for lv_led_t
impl !Sync for lv_led_t
impl Unpin for lv_led_t
impl UnwindSafe for lv_led_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more