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