Enum llvm_sys::debuginfo::LLVMDWARFEmissionKind
source · #[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
Trait Implementations§
Auto Trait Implementations§
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