Struct cranelift_codegen::ir::function::DisplayFunctionAnnotations[][src]

pub struct DisplayFunctionAnnotations<'a> {
    pub isa: Option<&'a dyn TargetIsa>,
    pub value_ranges: Option<&'a ValueLabelsRanges>,
}
Expand description

Additional annotations for function display.

Fields

isa: Option<&'a dyn TargetIsa>

Enable ISA annotations.

value_ranges: Option<&'a ValueLabelsRanges>

Enable value labels annotations.

Trait Implementations

Returns the “default value” for a type. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.