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
sourceimpl Clone for lto_debug_model
impl Clone for lto_debug_model
sourcefn clone(&self) -> lto_debug_model
fn clone(&self) -> lto_debug_model
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for lto_debug_model
impl Debug for lto_debug_model
sourceimpl PartialEq<lto_debug_model> for lto_debug_model
impl PartialEq<lto_debug_model> for lto_debug_model
sourcefn eq(&self, other: <o_debug_model) -> bool
fn eq(&self, other: <o_debug_model) -> bool
impl Copy for lto_debug_model
impl StructuralPartialEq for lto_debug_model
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
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