#[repr(C)]pub struct _lv_draw_glyph_dsc_t {Show 13 fields
pub glyph_data: *const c_void,
pub format: u32,
pub letter_coords: *const lv_area_t,
pub bg_coords: *const lv_area_t,
pub g: *mut lv_font_glyph_dsc_t,
pub color: lv_color_t,
pub opa: u8,
pub outline_stroke_color: lv_color_t,
pub outline_stroke_opa: u8,
pub outline_stroke_width: i32,
pub rotation: i32,
pub pivot: lv_point_t,
pub _draw_buf: *mut _lv_draw_buf_t,
}Fields§
§glyph_data: *const c_void§format: u32§letter_coords: *const lv_area_t§bg_coords: *const lv_area_t§g: *mut lv_font_glyph_dsc_t§color: lv_color_t§opa: u8§outline_stroke_color: lv_color_t§outline_stroke_opa: u8§outline_stroke_width: i32§rotation: i32§pivot: lv_point_t§_draw_buf: *mut _lv_draw_buf_tTrait Implementations§
Source§impl Clone for _lv_draw_glyph_dsc_t
impl Clone for _lv_draw_glyph_dsc_t
Source§fn clone(&self) -> _lv_draw_glyph_dsc_t
fn clone(&self) -> _lv_draw_glyph_dsc_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _lv_draw_glyph_dsc_t
impl Debug for _lv_draw_glyph_dsc_t
Source§impl Default for _lv_draw_glyph_dsc_t
impl Default for _lv_draw_glyph_dsc_t
Source§fn default() -> _lv_draw_glyph_dsc_t
fn default() -> _lv_draw_glyph_dsc_t
Returns the “default value” for a type. Read more
impl Copy for _lv_draw_glyph_dsc_t
Auto Trait Implementations§
impl Freeze for _lv_draw_glyph_dsc_t
impl RefUnwindSafe for _lv_draw_glyph_dsc_t
impl !Send for _lv_draw_glyph_dsc_t
impl !Sync for _lv_draw_glyph_dsc_t
impl Unpin for _lv_draw_glyph_dsc_t
impl UnsafeUnpin for _lv_draw_glyph_dsc_t
impl UnwindSafe for _lv_draw_glyph_dsc_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