pub struct Manager_type { /* private fields */ }
Implementations§
Source§impl Manager_type
impl Manager_type
pub fn Set_window_parent(&self, Window_parent: *mut lv_obj_t) -> Result_type<()>
pub fn Create_window(&self) -> Result_type<Window_type>
pub fn Add_input_device( &self, Input_device: Device_type, Input_type: Input_type_type, ) -> Result_type<()>
pub fn Get_window_count(&self) -> Result_type<usize>
pub fn Get_window_icon(&self, Index: usize) -> Result_type<(String, Color_type)>
pub fn Get_window_identifier(&self, Index: usize) -> Result_type<usize>
pub fn Maximize_window(&self, Identifier: usize) -> Result_type<()>
pub fn Lock(&self) -> Result_type<MutexGuard<'_, ()>>
pub fn Get_current_screen(&self) -> Result_type<*mut lv_obj_t>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Manager_type
impl RefUnwindSafe for Manager_type
impl Unpin for Manager_type
impl UnwindSafe for Manager_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