#[repr(C)]pub struct _lv_draw_sw_blend_dsc_t {
pub blend_area: *const lv_area_t,
pub src_buf: *const c_void,
pub src_stride: u32,
pub src_color_format: u32,
pub src_area: *const lv_area_t,
pub opa: u8,
pub color: lv_color_t,
pub mask_buf: *const u8,
pub mask_res: u32,
pub mask_area: *const lv_area_t,
pub mask_stride: i32,
pub blend_mode: u32,
}Fields§
§blend_area: *const lv_area_t§src_buf: *const c_void§src_stride: u32§src_color_format: u32§src_area: *const lv_area_t§opa: u8§color: lv_color_t§mask_buf: *const u8§mask_res: u32§mask_area: *const lv_area_t§mask_stride: i32§blend_mode: u32Trait Implementations§
Source§impl Clone for _lv_draw_sw_blend_dsc_t
impl Clone for _lv_draw_sw_blend_dsc_t
Source§fn clone(&self) -> _lv_draw_sw_blend_dsc_t
fn clone(&self) -> _lv_draw_sw_blend_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_sw_blend_dsc_t
impl Debug for _lv_draw_sw_blend_dsc_t
Source§impl Default for _lv_draw_sw_blend_dsc_t
impl Default for _lv_draw_sw_blend_dsc_t
Source§fn default() -> _lv_draw_sw_blend_dsc_t
fn default() -> _lv_draw_sw_blend_dsc_t
Returns the “default value” for a type. Read more
impl Copy for _lv_draw_sw_blend_dsc_t
Auto Trait Implementations§
impl Freeze for _lv_draw_sw_blend_dsc_t
impl RefUnwindSafe for _lv_draw_sw_blend_dsc_t
impl !Send for _lv_draw_sw_blend_dsc_t
impl !Sync for _lv_draw_sw_blend_dsc_t
impl Unpin for _lv_draw_sw_blend_dsc_t
impl UnsafeUnpin for _lv_draw_sw_blend_dsc_t
impl UnwindSafe for _lv_draw_sw_blend_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