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