#[repr(C)]pub enum LvglResult {
Invalid = 0,
Ok = 1,
}Variants§
Trait Implementations§
Source§impl Clone for LvglResult
impl Clone for LvglResult
Source§fn clone(&self) -> LvglResult
fn clone(&self) -> LvglResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LvglResult
impl Debug for LvglResult
Source§impl PartialEq for LvglResult
impl PartialEq for LvglResult
impl Copy for LvglResult
impl Eq for LvglResult
impl StructuralPartialEq for LvglResult
Auto Trait Implementations§
impl Freeze for LvglResult
impl RefUnwindSafe for LvglResult
impl Send for LvglResult
impl Sync for LvglResult
impl Unpin for LvglResult
impl UnwindSafe for LvglResult
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