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