Enum physis::existing_dirs::ExistingInstallType
source · #[repr(C)]pub enum ExistingInstallType {
OfficialLauncher = 0,
XIVQuickLauncher = 1,
XIVLauncherCore = 2,
XIVOnMac = 3,
Astra = 4,
}
Expand description
Where the existing installation came from
Variants§
OfficialLauncher = 0
Installed via the official launcher
XIVQuickLauncher = 1
Installed via XIVQuickLauncher
XIVLauncherCore = 2
Installed via XIVLauncherCore
XIVOnMac = 3
Installed via XIVOnMac
Astra = 4
Installed via Astra
Trait Implementations§
source§impl Clone for ExistingInstallType
impl Clone for ExistingInstallType
source§fn clone(&self) -> ExistingInstallType
fn clone(&self) -> ExistingInstallType
Returns a copy 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 moreimpl Copy for ExistingInstallType
Auto Trait Implementations§
impl Freeze for ExistingInstallType
impl RefUnwindSafe for ExistingInstallType
impl Send for ExistingInstallType
impl Sync for ExistingInstallType
impl Unpin for ExistingInstallType
impl UnwindSafe for ExistingInstallType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)