pub enum SystemPath {
Launcher,
Settings,
Catalog,
}Variants§
Launcher
Launcher application, Home.
/System/Launcher.pdx.
Settings
Settings application.
/System/Settings.pdx.
Catalog
Playdate Catalog application.
/System/Catalog.pdx.
Implementations§
Trait Implementations§
Source§impl Clone for SystemPath
impl Clone for SystemPath
Source§fn clone(&self) -> SystemPath
fn clone(&self) -> SystemPath
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 SystemPath
impl Debug for SystemPath
Source§impl ValueEnum for SystemPath
impl ValueEnum for SystemPath
Auto Trait Implementations§
impl Freeze for SystemPath
impl RefUnwindSafe for SystemPath
impl Send for SystemPath
impl Sync for SystemPath
impl Unpin for SystemPath
impl UnwindSafe for SystemPath
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