Struct llvm_rs::ObjectFile
source · pub struct ObjectFile { /* private fields */ }Expand description
An external object file that has been parsed by LLVM.
Implementations§
Trait Implementations§
source§impl<'a> From<&'a ObjectFile> for LLVMObjectFileRef
impl<'a> From<&'a ObjectFile> for LLVMObjectFileRef
source§fn from(thing: &'a ObjectFile) -> LLVMObjectFileRef
fn from(thing: &'a ObjectFile) -> LLVMObjectFileRef
Convert into a native pointer
source§impl<'a> From<&'a mut ObjectFile> for LLVMObjectFileRef
impl<'a> From<&'a mut ObjectFile> for LLVMObjectFileRef
source§fn from(thing: &'a mut ObjectFile) -> LLVMObjectFileRef
fn from(thing: &'a mut ObjectFile) -> LLVMObjectFileRef
Convert into a native pointer
source§impl From<*mut LLVMOpaqueObjectFile> for ObjectFile
impl From<*mut LLVMOpaqueObjectFile> for ObjectFile
source§fn from(ptr: LLVMObjectFileRef) -> ObjectFile
fn from(ptr: LLVMObjectFileRef) -> ObjectFile
Convert from a native pointer
source§impl From<ObjectFile> for LLVMObjectFileRef
impl From<ObjectFile> for LLVMObjectFileRef
source§fn from(thing: ObjectFile) -> LLVMObjectFileRef
fn from(thing: ObjectFile) -> LLVMObjectFileRef
Convert into a native pointer