Enum sbp_settings::setting::SettingValue [−][src]
Variants
Integer(i32)
Tuple Fields
0: i32Boolean(bool)
Tuple Fields
0: boolFloat(f32)
Tuple Fields
0: f32String(String)
Tuple Fields
0: StringImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SettingValue
impl Send for SettingValue
impl Sync for SettingValue
impl Unpin for SettingValue
impl UnwindSafe for SettingValue
Blanket Implementations
Mutably borrows from an owned value. Read more
