pub enum LxAppPresentation {
Normal = 0,
Panel = 1,
}Variants§
Trait Implementations§
Source§impl Clone for LxAppPresentation
impl Clone for LxAppPresentation
Source§fn clone(&self) -> LxAppPresentation
fn clone(&self) -> LxAppPresentation
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 LxAppPresentation
impl Debug for LxAppPresentation
Source§impl Default for LxAppPresentation
impl Default for LxAppPresentation
Source§fn default() -> LxAppPresentation
fn default() -> LxAppPresentation
Returns the “default value” for a type. Read more
Source§impl PartialEq for LxAppPresentation
impl PartialEq for LxAppPresentation
impl Copy for LxAppPresentation
impl Eq for LxAppPresentation
impl StructuralPartialEq for LxAppPresentation
Auto Trait Implementations§
impl Freeze for LxAppPresentation
impl RefUnwindSafe for LxAppPresentation
impl Send for LxAppPresentation
impl Sync for LxAppPresentation
impl Unpin for LxAppPresentation
impl UnsafeUnpin for LxAppPresentation
impl UnwindSafe for LxAppPresentation
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