pub struct FuncInstBuilder<'func, 'ctx> { /* private fields */ }Expand description
The instruction appender to an function.
See InsnBuilder for all instructions.
Trait Implementations§
Auto Trait Implementations§
impl<'func, 'ctx> Freeze for FuncInstBuilder<'func, 'ctx>
impl<'func, 'ctx> !RefUnwindSafe for FuncInstBuilder<'func, 'ctx>
impl<'func, 'ctx> !Send for FuncInstBuilder<'func, 'ctx>
impl<'func, 'ctx> !Sync for FuncInstBuilder<'func, 'ctx>
impl<'func, 'ctx> Unpin for FuncInstBuilder<'func, 'ctx>
impl<'func, 'ctx> !UnwindSafe for FuncInstBuilder<'func, 'ctx>
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