Enum flipperzero_sys::gui::GuiLayer
source · [−]#[repr(C)]
#[non_exhaustive]
pub enum GuiLayer {
Desktop,
Window,
StatusBarLeft,
StatusBarRight,
Fullscreen,
MAX,
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Desktop
Window
StatusBarLeft
StatusBarRight
Fullscreen
MAX
Do not use/move, special value
Trait Implementations
impl Copy for GuiLayer
impl Eq for GuiLayer
impl StructuralEq for GuiLayer
impl StructuralPartialEq for GuiLayer
Auto Trait Implementations
impl RefUnwindSafe for GuiLayer
impl Send for GuiLayer
impl Sync for GuiLayer
impl Unpin for GuiLayer
impl UnwindSafe for GuiLayer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more