Struct cranelift_codegen::settings::Value [−][src]
pub struct Value {
pub name: &'static str,
// some fields omitted
}Expand description
Represents a setting value.
This is used for iterating values in Flags.
Fields
name: &'static strThe name of the setting associated with this value.
Implementations
Gets the kind of setting.
Gets the enum value if the value is from an enum setting.