Enum cranelift_codegen::settings::SettingKind [−][src]
pub enum SettingKind {
Enum,
Num,
Bool,
Preset,
}
Expand description
Represents the kind of setting.
Variants
Enum
The setting is an enumeration.
Num
The setting is a number.
Bool
The setting is a boolean.
Preset
The setting is a preset.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SettingKind
impl Send for SettingKind
impl Sync for SettingKind
impl Unpin for SettingKind
impl UnwindSafe for SettingKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.