Struct llvm_sys::orc2::LLVMOrcCDependenceMapPair
source · #[repr(C)]pub struct LLVMOrcCDependenceMapPair {
pub JD: LLVMOrcJITDylibRef,
pub Names: LLVMOrcCSymbolsList,
}
Fields§
§JD: LLVMOrcJITDylibRef
§Names: LLVMOrcCSymbolsList
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMOrcCDependenceMapPair
impl RefUnwindSafe for LLVMOrcCDependenceMapPair
impl !Send for LLVMOrcCDependenceMapPair
impl !Sync for LLVMOrcCDependenceMapPair
impl Unpin for LLVMOrcCDependenceMapPair
impl UnwindSafe for LLVMOrcCDependenceMapPair
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