Struct llvm_sys::orc2::LLVMOrcCJITDylibSearchOrderElement
source · #[repr(C)]pub struct LLVMOrcCJITDylibSearchOrderElement {
pub JD: LLVMOrcJITDylibRef,
pub JDLookupFlags: LLVMOrcJITDylibLookupFlags,
}Expand description
An element type for a JITDylib search order.
Fields§
§JD: LLVMOrcJITDylibRef§JDLookupFlags: LLVMOrcJITDylibLookupFlagsTrait Implementations§
source§impl Clone for LLVMOrcCJITDylibSearchOrderElement
impl Clone for LLVMOrcCJITDylibSearchOrderElement
source§fn clone(&self) -> LLVMOrcCJITDylibSearchOrderElement
fn clone(&self) -> LLVMOrcCJITDylibSearchOrderElement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<LLVMOrcCJITDylibSearchOrderElement> for LLVMOrcCJITDylibSearchOrderElement
impl PartialEq<LLVMOrcCJITDylibSearchOrderElement> for LLVMOrcCJITDylibSearchOrderElement
source§fn eq(&self, other: &LLVMOrcCJITDylibSearchOrderElement) -> bool
fn eq(&self, other: &LLVMOrcCJITDylibSearchOrderElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.