Enum llvm_sys::debuginfo::LLVMDWARFEmissionKind
source · [−]#[repr(C)]
pub enum LLVMDWARFEmissionKind {
LLVMDWARFEmissionKindNone,
LLVMDWARFEmissionKindFull,
LLVMDWARFEmissionKindLineTablesOnly,
}
Expand description
The amount of debug information to emit.
Variants
LLVMDWARFEmissionKindNone
LLVMDWARFEmissionKindFull
LLVMDWARFEmissionKindLineTablesOnly
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more