Struct llvm_sys::orc2::LLVMOrcCSymbolMapPair
source · [−]#[repr(C)]pub struct LLVMOrcCSymbolMapPair {
pub Name: LLVMOrcSymbolStringPoolEntryRef,
pub Sym: LLVMJITEvaluatedSymbol,
}
Expand description
A pair of a symbol name and an evaluated symbol.
Fields
Name: LLVMOrcSymbolStringPoolEntryRef
Sym: LLVMJITEvaluatedSymbol
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMOrcCSymbolMapPair
impl !Send for LLVMOrcCSymbolMapPair
impl !Sync for LLVMOrcCSymbolMapPair
impl Unpin for LLVMOrcCSymbolMapPair
impl UnwindSafe for LLVMOrcCSymbolMapPair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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