Struct llvm_sys::orc2::LLVMJITEvaluatedSymbol
source · #[repr(C)]pub struct LLVMJITEvaluatedSymbol {
pub Address: LLVMOrcExecutorAddress,
pub Flags: LLVMJITSymbolFlags,
}
Expand description
An evaluated symbol address and flags.
Fields§
§Address: LLVMOrcExecutorAddress
§Flags: LLVMJITSymbolFlags
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMJITEvaluatedSymbol
impl RefUnwindSafe for LLVMJITEvaluatedSymbol
impl Send for LLVMJITEvaluatedSymbol
impl Sync for LLVMJITEvaluatedSymbol
impl Unpin for LLVMJITEvaluatedSymbol
impl UnwindSafe for LLVMJITEvaluatedSymbol
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