pub struct LvglGuard(/* private fields */);Expand description
RAII guard for the LVGL mutex. Drop calls ove_lvgl_unlock().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LvglGuard
impl RefUnwindSafe for LvglGuard
impl Send for LvglGuard
impl Sync for LvglGuard
impl Unpin for LvglGuard
impl UnwindSafe for LvglGuard
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