#[repr(C)]pub enum LLVMCodeGenFileType {
LLVMAssemblyFile = 0,
LLVMObjectFile = 1,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMCodeGenFileType
impl Clone for LLVMCodeGenFileType
source§fn clone(&self) -> LLVMCodeGenFileType
fn clone(&self) -> LLVMCodeGenFileType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LLVMCodeGenFileType
impl Debug for LLVMCodeGenFileType
source§impl PartialEq for LLVMCodeGenFileType
impl PartialEq for LLVMCodeGenFileType
source§fn eq(&self, other: &LLVMCodeGenFileType) -> bool
fn eq(&self, other: &LLVMCodeGenFileType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMCodeGenFileType
impl StructuralPartialEq for LLVMCodeGenFileType
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§
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