Enum llvm_sys::orc2::LLVMOrcLookupKind [−][src]
#[repr(C)] pub enum LLVMOrcLookupKind { LLVMOrcLookupKindStatic, LLVMOrcLookupKindDLSym, }
Expand description
Lookup kind. This can be used by definition generators when deciding whether to produce a definition for a requested symbol.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMOrcLookupKind
impl Send for LLVMOrcLookupKind
impl Sync for LLVMOrcLookupKind
impl Unpin for LLVMOrcLookupKind
impl UnwindSafe for LLVMOrcLookupKind