Struct llvm_sys::orc2::LLVMOrcCLookupSetElement
source · #[repr(C)]pub struct LLVMOrcCLookupSetElement {
pub Name: LLVMOrcSymbolStringPoolEntryRef,
pub LookupFlags: LLVMOrcSymbolLookupFlags,
}
Expand description
An element type for a symbol lookup set.
Fields§
§Name: LLVMOrcSymbolStringPoolEntryRef
§LookupFlags: LLVMOrcSymbolLookupFlags
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLVMOrcCLookupSetElement
impl !Send for LLVMOrcCLookupSetElement
impl !Sync for LLVMOrcCLookupSetElement
impl Unpin for LLVMOrcCLookupSetElement
impl UnwindSafe for LLVMOrcCLookupSetElement
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