Enum llvm_sys::lto::lto_debug_model
source · [−]#[repr(C)]
pub enum lto_debug_model {
LTO_DEBUG_MODEL_NONE,
LTO_DEBUG_MODEL_DWARF,
}
Variants
LTO_DEBUG_MODEL_NONE
LTO_DEBUG_MODEL_DWARF
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lto_debug_model
impl Send for lto_debug_model
impl Sync for lto_debug_model
impl Unpin for lto_debug_model
impl UnwindSafe for lto_debug_model
Blanket Implementations
Mutably borrows from an owned value. Read more