Enum llvm_sys::LLVMBuilder
source · pub enum LLVMBuilder {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMBuilder
impl RefUnwindSafe for LLVMBuilder
impl Send for LLVMBuilder
impl Sync for LLVMBuilder
impl Unpin for LLVMBuilder
impl UnwindSafe for LLVMBuilder
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