#[repr(C)]pub struct _lv_led_t {
pub obj: _lv_obj_t,
pub color: lv_color_t,
pub bright: u8,
}Fields§
§obj: _lv_obj_t§color: lv_color_t§bright: u8Trait Implementations§
impl Copy for _lv_led_t
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 UnsafeUnpin 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