pub type lv_img_dsc_t = lv_image_dsc_t;Aliased Type§
#[repr(C)]pub struct lv_img_dsc_t {
pub header: lv_image_header_t,
pub data_size: u32,
pub data: *const u8,
pub reserved: *const c_void,
pub reserved_2: *const c_void,
}Fields§
§header: lv_image_header_t§data_size: u32§data: *const u8§reserved: *const c_void§reserved_2: *const c_void