Enum rustc_llvm::FileTypeUnstable [-] [+] [src]

pub enum FileType {
    AssemblyFileType,
    ObjectFileType,
}

Variants

AssemblyFileType
ObjectFileType

Trait Implementations

Derived Implementations

impl Clone for FileType

fn clone(&self) -> FileType

fn clone_from(&mut self, source: &Self)

impl Copy for FileType