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