pub struct Window_type { /* private fields */ }
Implementations§
Source§impl Window_type
impl Window_type
Sourcepub unsafe fn New(Parent_object: *mut lv_obj_t) -> Result_type<Self>
pub unsafe fn New(Parent_object: *mut lv_obj_t) -> Result_type<Self>
pub fn Peek_event(&self) -> Option<Event_type>
pub fn Pop_event(&mut self) -> Option<Event_type>
pub fn Get_object(&self) -> *mut lv_obj_t
pub fn Get_icon(&self) -> (&str, Color_type)
pub fn Set_icon(&mut self, Icon_string: &str, Icon_color: Color_type)
pub fn Into_raw(self) -> *mut lv_obj_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Window_type
impl RefUnwindSafe for Window_type
impl !Send for Window_type
impl !Sync for Window_type
impl Unpin for Window_type
impl UnwindSafe for Window_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