pub struct Display_type { /* private fields */ }
Implementations§
Source§impl Display_type
impl Display_type
pub fn New( File: Device_type, Resolution: Point_type, Buffer_size: usize, Double_buffered: bool, ) -> Result_type<Self>
pub fn Get_object(&self) -> *mut lv_obj_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Display_type
impl RefUnwindSafe for Display_type
impl Unpin for Display_type
impl UnwindSafe for Display_type
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