Struct cranelift_codegen::cfg_printer::CFGPrinter
source · [−]pub struct CFGPrinter<'a> { /* private fields */ }
Expand description
A utility for pretty-printing the CFG of a Function
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CFGPrinter<'a>
impl<'a> Send for CFGPrinter<'a>
impl<'a> Sync for CFGPrinter<'a>
impl<'a> Unpin for CFGPrinter<'a>
impl<'a> UnwindSafe for CFGPrinter<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more