Struct lvgl_sys::lv_cont_ext_t[][src]

#[repr(C, packed)]pub struct lv_cont_ext_t {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>

Implementations

impl lv_cont_ext_t[src]

pub fn layout(&self) -> lv_layout_t[src]

pub fn set_layout(&mut self, val: lv_layout_t)[src]

pub fn fit_left(&self) -> lv_fit_t[src]

pub fn set_fit_left(&mut self, val: lv_fit_t)[src]

pub fn fit_right(&self) -> lv_fit_t[src]

pub fn set_fit_right(&mut self, val: lv_fit_t)[src]

pub fn fit_top(&self) -> lv_fit_t[src]

pub fn set_fit_top(&mut self, val: lv_fit_t)[src]

pub fn fit_bottom(&self) -> lv_fit_t[src]

pub fn set_fit_bottom(&mut self, val: lv_fit_t)[src]

pub fn new_bitfield_1(
    layout: lv_layout_t,
    fit_left: lv_fit_t,
    fit_right: lv_fit_t,
    fit_top: lv_fit_t,
    fit_bottom: lv_fit_t
) -> __BindgenBitfieldUnit<[u8; 2], u8>
[src]

Trait Implementations

impl Clone for lv_cont_ext_t[src]

impl Copy for lv_cont_ext_t[src]

impl Debug for lv_cont_ext_t[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.