Enum cranelift_codegen_meta::cdsl::settings::PresetType
source · pub(crate) enum PresetType {
BoolSetting(BoolSettingIndex),
OtherPreset(PresetIndex),
}
Variants§
BoolSetting(BoolSettingIndex)
OtherPreset(PresetIndex)
Trait Implementations§
source§impl Hash for PresetType
impl Hash for PresetType
source§impl Into<PresetType> for BoolSettingIndex
impl Into<PresetType> for BoolSettingIndex
source§fn into(self) -> PresetType
fn into(self) -> PresetType
Converts this type into the (usually inferred) input type.
source§impl Into<PresetType> for PresetIndex
impl Into<PresetType> for PresetIndex
source§fn into(self) -> PresetType
fn into(self) -> PresetType
Converts this type into the (usually inferred) input type.