#[repr(C)]pub enum LLVMDWARFEmissionKind {
LLVMDWARFEmissionKindNone = 0,
LLVMDWARFEmissionKindFull = 1,
LLVMDWARFEmissionKindLineTablesOnly = 2,
}Expand description
The amount of debug information to emit.
Variants§
LLVMDWARFEmissionKindNone = 0
LLVMDWARFEmissionKindFull = 1
LLVMDWARFEmissionKindLineTablesOnly = 2
Auto Trait Implementations§
impl Freeze for LLVMDWARFEmissionKind
impl RefUnwindSafe for LLVMDWARFEmissionKind
impl Send for LLVMDWARFEmissionKind
impl Sync for LLVMDWARFEmissionKind
impl Unpin for LLVMDWARFEmissionKind
impl UnwindSafe for LLVMDWARFEmissionKind
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