pub struct OptiScalerInstallState {
pub status: OptiScalerInstallStatus,
pub executable_dir: PathBuf,
pub proxy_dlls: Vec<String>,
pub wine_dll_overrides: Vec<String>,
pub config_path: Option<PathBuf>,
pub ini_settings: BTreeMap<String, String>,
pub companion_files: Vec<PathBuf>,
pub recognized_files: Vec<OptiScalerDetectedFile>,
pub version: OptiScalerVersionIdentity,
pub latest_backup: Option<PathBuf>,
}Fields§
§status: OptiScalerInstallStatus§executable_dir: PathBuf§proxy_dlls: Vec<String>§wine_dll_overrides: Vec<String>§config_path: Option<PathBuf>§ini_settings: BTreeMap<String, String>§companion_files: Vec<PathBuf>§recognized_files: Vec<OptiScalerDetectedFile>§version: OptiScalerVersionIdentity§latest_backup: Option<PathBuf>Implementations§
Trait Implementations§
Source§impl Clone for OptiScalerInstallState
impl Clone for OptiScalerInstallState
Source§fn clone(&self) -> OptiScalerInstallState
fn clone(&self) -> OptiScalerInstallState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OptiScalerInstallState
impl Debug for OptiScalerInstallState
Source§impl PartialEq for OptiScalerInstallState
impl PartialEq for OptiScalerInstallState
Source§fn eq(&self, other: &OptiScalerInstallState) -> bool
fn eq(&self, other: &OptiScalerInstallState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OptiScalerInstallState
impl StructuralPartialEq for OptiScalerInstallState
Auto Trait Implementations§
impl Freeze for OptiScalerInstallState
impl RefUnwindSafe for OptiScalerInstallState
impl Send for OptiScalerInstallState
impl Sync for OptiScalerInstallState
impl Unpin for OptiScalerInstallState
impl UnsafeUnpin for OptiScalerInstallState
impl UnwindSafe for OptiScalerInstallState
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.