Enum llvm_sys::target_machine::LLVMCodeGenFileType [−][src]
#[repr(C)] pub enum LLVMCodeGenFileType { LLVMAssemblyFile, LLVMObjectFile, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMCodeGenFileType
impl Send for LLVMCodeGenFileType
impl Sync for LLVMCodeGenFileType
impl Unpin for LLVMCodeGenFileType
impl UnwindSafe for LLVMCodeGenFileType
Blanket Implementations
Mutably borrows from an owned value. Read more