Struct cranelift_codegen::ir::function::DisplayFunctionAnnotations
source · 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§
source§impl<'a> Default for DisplayFunctionAnnotations<'a>
impl<'a> Default for DisplayFunctionAnnotations<'a>
source§fn default() -> DisplayFunctionAnnotations<'a>
fn default() -> DisplayFunctionAnnotations<'a>
Returns the “default value” for a type. Read more