pub struct Display { /* private fields */ }Implementations§
Source§impl Display
impl Display
pub fn new( device: &'static dyn DirectCharacterDevice, buffer_size: usize, double_buffered: bool, ) -> Result<Self>
pub fn check_for_resizing(&self)
pub fn get_lvgl_display(&self) -> *mut lv_display_t
pub fn get_object(&self) -> *mut lv_obj_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Display
impl RefUnwindSafe for Display
impl Unpin for Display
impl UnwindSafe for Display
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