Struct cranelift_codegen_meta::cdsl::settings::ProtoSetting
source · struct ProtoSetting {
name: &'static str,
description: &'static str,
comment: &'static str,
specific: ProtoSpecificSetting,
}
Expand description
This is the information provided during building for a setting.
Fields§
§name: &'static str
§description: &'static str
§comment: &'static str
§specific: ProtoSpecificSetting