#[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
impl Copy for LLVMCodeGenFileType
impl StructuralPartialEq for LLVMCodeGenFileType
Auto Trait Implementations§
impl Freeze for LLVMCodeGenFileType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)