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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more