Enum playdate_device::device::command::PdxPath
source · pub enum PdxPath {
System {
path: SystemPath,
},
User {
path: PathBuf,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdxPath
impl RefUnwindSafe for PdxPath
impl Send for PdxPath
impl Sync for PdxPath
impl Unpin for PdxPath
impl UnwindSafe for PdxPath
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