Enum llvm_sys::orc2::LLVMOrcOpaqueObjectLayer
source · [−]pub enum LLVMOrcOpaqueObjectLayer {}
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMOrcOpaqueObjectLayer
impl Send for LLVMOrcOpaqueObjectLayer
impl Sync for LLVMOrcOpaqueObjectLayer
impl Unpin for LLVMOrcOpaqueObjectLayer
impl UnwindSafe for LLVMOrcOpaqueObjectLayer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more