Enum llvm_sys::lto::lto_debug_model
source · #[repr(C)]
pub enum lto_debug_model {
LTO_DEBUG_MODEL_NONE,
LTO_DEBUG_MODEL_DWARF,
}
Variants§
Trait Implementations§
source§impl Clone for lto_debug_model
impl Clone for lto_debug_model
source§fn clone(&self) -> lto_debug_model
fn clone(&self) -> lto_debug_model
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more