Struct lvgl_sys::lv_img_transform_dsc_t__bindgen_ty_1[][src]

#[repr(C)]pub struct lv_img_transform_dsc_t__bindgen_ty_1 {
    pub src: *const c_void,
    pub src_w: lv_coord_t,
    pub src_h: lv_coord_t,
    pub pivot_x: lv_coord_t,
    pub pivot_y: lv_coord_t,
    pub angle: i16,
    pub zoom: u16,
    pub color: lv_color_t,
    pub cf: lv_img_cf_t,
    pub antialias: bool,
}

Fields

src: *const c_voidsrc_w: lv_coord_tsrc_h: lv_coord_tpivot_x: lv_coord_tpivot_y: lv_coord_tangle: i16zoom: u16color: lv_color_tcf: lv_img_cf_tantialias: bool

Trait Implementations

impl Clone for lv_img_transform_dsc_t__bindgen_ty_1[src]

impl Copy for lv_img_transform_dsc_t__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.