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