#[repr(C)]pub enum LLVMCodeGenFileType {
LLVMAssemblyFile = 0,
LLVMObjectFile = 1,
}
Variants§
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