Struct cranelift_codegen::ir::instructions::DisplayBlockCall
source · pub struct DisplayBlockCall<'a> { /* private fields */ }
Expand description
Wrapper for the context needed to display a BlockCall value.
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DisplayBlockCall<'a>
impl<'a> Send for DisplayBlockCall<'a>
impl<'a> Sync for DisplayBlockCall<'a>
impl<'a> Unpin for DisplayBlockCall<'a>
impl<'a> UnwindSafe for DisplayBlockCall<'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