Struct physis::existing_dirs::ExistingGameDirectory
source · pub struct ExistingGameDirectory {
pub install_type: ExistingInstallType,
pub path: String,
}
Expand description
An existing install location on disk
Fields§
§install_type: ExistingInstallType
The application where this installation was from
path: String
The path to the “main folder” where “game” and “boot” sits
Auto Trait Implementations§
impl Freeze for ExistingGameDirectory
impl RefUnwindSafe for ExistingGameDirectory
impl Send for ExistingGameDirectory
impl Sync for ExistingGameDirectory
impl Unpin for ExistingGameDirectory
impl UnwindSafe for ExistingGameDirectory
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