pub struct LLvmFunctionBuilder { /* private fields */ }Expand description
LLVM 函数构建器
Implementations§
Auto Trait Implementations§
impl Freeze for LLvmFunctionBuilder
impl RefUnwindSafe for LLvmFunctionBuilder
impl Send for LLvmFunctionBuilder
impl Sync for LLvmFunctionBuilder
impl Unpin for LLvmFunctionBuilder
impl UnsafeUnpin for LLvmFunctionBuilder
impl UnwindSafe for LLvmFunctionBuilder
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