Struct cranelift_codegen::write::PlainWriter[][src]

pub struct PlainWriter;

A PlainWriter doesn't decorate the function

Trait Implementations

impl FuncWriter for PlainWriter
[src]

Write the given inst to w

Write the preamble to w

Auto Trait Implementations

impl Send for PlainWriter

impl Sync for PlainWriter