#[repr(C)]pub enum lto_debug_model {
LTO_DEBUG_MODEL_NONE = 0,
LTO_DEBUG_MODEL_DWARF = 1,
}
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 moreSource§impl Debug for lto_debug_model
impl Debug for lto_debug_model
Source§impl PartialEq for lto_debug_model
impl PartialEq for lto_debug_model
impl Copy for lto_debug_model
impl StructuralPartialEq for lto_debug_model
Auto Trait Implementations§
impl Freeze for lto_debug_model
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)