#[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: boolTrait Implementations§
Source§impl Clone for _lv_image_decoder_args_t
impl Clone for _lv_image_decoder_args_t
Source§fn clone(&self) -> _lv_image_decoder_args_t
fn clone(&self) -> _lv_image_decoder_args_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_image_decoder_args_t
impl Debug for _lv_image_decoder_args_t
Source§impl Default for _lv_image_decoder_args_t
impl Default for _lv_image_decoder_args_t
Source§fn default() -> _lv_image_decoder_args_t
fn default() -> _lv_image_decoder_args_t
Returns the “default value” for a type. Read more
impl Copy for _lv_image_decoder_args_t
Auto Trait Implementations§
impl Freeze for _lv_image_decoder_args_t
impl RefUnwindSafe for _lv_image_decoder_args_t
impl Send for _lv_image_decoder_args_t
impl Sync for _lv_image_decoder_args_t
impl Unpin for _lv_image_decoder_args_t
impl UnsafeUnpin for _lv_image_decoder_args_t
impl UnwindSafe for _lv_image_decoder_args_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