pub struct LLVMTextBackend { /* private fields */ }Expand description
LLVM IR text generator - works without llvm-sys
Implementations§
Auto Trait Implementations§
impl Freeze for LLVMTextBackend
impl RefUnwindSafe for LLVMTextBackend
impl Send for LLVMTextBackend
impl Sync for LLVMTextBackend
impl Unpin for LLVMTextBackend
impl UnsafeUnpin for LLVMTextBackend
impl UnwindSafe for LLVMTextBackend
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