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