Struct cranelift_codegen::ir::dfg::DisplayInst[][src]

pub struct DisplayInst<'a>(_, _, _);

Object that can display an instruction.

Trait Implementations

impl<'a> Display for DisplayInst<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for DisplayInst<'a>

impl<'a> !Sync for DisplayInst<'a>