pub struct OptiScalerIniOverride {
pub key: &'static str,
pub value: &'static str,
}Expand description
One OptiScaler INI override expressed as a dotted section/key path.
Fields§
§key: &'static str§value: &'static strTrait Implementations§
Source§impl Clone for OptiScalerIniOverride
impl Clone for OptiScalerIniOverride
Source§fn clone(&self) -> OptiScalerIniOverride
fn clone(&self) -> OptiScalerIniOverride
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 OptiScalerIniOverride
impl Debug for OptiScalerIniOverride
Source§impl PartialEq for OptiScalerIniOverride
impl PartialEq for OptiScalerIniOverride
Source§fn eq(&self, other: &OptiScalerIniOverride) -> bool
fn eq(&self, other: &OptiScalerIniOverride) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OptiScalerIniOverride
impl Eq for OptiScalerIniOverride
impl StructuralPartialEq for OptiScalerIniOverride
Auto Trait Implementations§
impl Freeze for OptiScalerIniOverride
impl RefUnwindSafe for OptiScalerIniOverride
impl Send for OptiScalerIniOverride
impl Sync for OptiScalerIniOverride
impl Unpin for OptiScalerIniOverride
impl UnsafeUnpin for OptiScalerIniOverride
impl UnwindSafe for OptiScalerIniOverride
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.