Struct llvm_sys::orc2::LLVMOrcCSymbolAliasMapPair
source · #[repr(C)]pub struct LLVMOrcCSymbolAliasMapPair {
pub Name: LLVMOrcSymbolStringPoolEntryRef,
pub Entry: LLVMOrcCSymbolAliasMapEntry,
}
Fields§
§Name: LLVMOrcSymbolStringPoolEntryRef
§Entry: LLVMOrcCSymbolAliasMapEntry
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLVMOrcCSymbolAliasMapPair
impl !Send for LLVMOrcCSymbolAliasMapPair
impl !Sync for LLVMOrcCSymbolAliasMapPair
impl Unpin for LLVMOrcCSymbolAliasMapPair
impl UnwindSafe for LLVMOrcCSymbolAliasMapPair
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