Skip to main content

lv_image_decoder_args_t

Type Alias lv_image_decoder_args_t 

Source
pub type lv_image_decoder_args_t = _lv_image_decoder_args_t;

Aliased Type§

#[repr(C)]
pub struct lv_image_decoder_args_t { pub stride_align: bool, pub premultiply: bool, pub no_cache: bool, pub use_indexed: bool, pub flush_cache: bool, }

Fields§

§stride_align: bool§premultiply: bool§no_cache: bool§use_indexed: bool§flush_cache: bool