Struct cranelift_codegen::ir::function::DisplayFunctionAnnotations [−][src]
pub struct DisplayFunctionAnnotations<'a> {
pub value_ranges: Option<&'a ValueLabelsRanges>,
}
Expand description
Additional annotations for function display.
Fields
value_ranges: Option<&'a ValueLabelsRanges>
Enable value labels annotations.
Trait Implementations
Returns the “default value” for a type. Read more