[−][src]Enum ovrt_sys::consts::Setting
pub enum Setting { Size, Opacity, Curvature, Framerate, EcoMode, LookHiding, AttachedDevice, }
Represents kinds of setting values.
See also: types::SettingValue
.
Variants
(Width in meters) (f64).
(f64).
(f64).
(i32).
(bool).
(bool).
(i32).
Implementations
impl Setting
[src][−]
pub fn with(&self, value: Value) -> Option<SettingValue>
[src]
Trait Implementations
impl Clone for Setting
[src][+]
impl Debug for Setting
[src][+]
impl<'de> Deserialize<'de> for Setting
[src][+]
impl Eq for Setting
[src]
impl<'_> From<&'_ SettingValue> for Setting
[src][+]
impl FromWasmAbi for Setting
[src][+]
impl Hash for Setting
[src][+]
impl IntoWasmAbi for Setting
[src][+]
impl OptionFromWasmAbi for Setting
[src][+]
impl OptionIntoWasmAbi for Setting
[src][+]
impl Ord for Setting
[src][+]
impl PartialEq<Setting> for Setting
[src][+]
impl PartialOrd<Setting> for Setting
[src][+]
impl Serialize for Setting
[src][+]
impl StructuralEq for Setting
[src]
impl StructuralPartialEq for Setting
[src]
impl WasmDescribe for Setting
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Setting
impl Send for Setting
impl Sync for Setting
impl Unpin for Setting
impl UnwindSafe for Setting
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
[src][+]
T: IntoWasmAbi,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,