#[repr(C)]pub enum lto_codegen_model {
LTO_CODEGEN_PIC_MODEL_STATIC = 0,
LTO_CODEGEN_PIC_MODEL_DYNAMIC = 1,
LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC = 2,
LTO_CODEGEN_PIC_MODEL_DEFAULT = 3,
}
Variants§
LTO_CODEGEN_PIC_MODEL_STATIC = 0
LTO_CODEGEN_PIC_MODEL_DYNAMIC = 1
LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC = 2
LTO_CODEGEN_PIC_MODEL_DEFAULT = 3
Trait Implementations§
Source§impl Clone for lto_codegen_model
impl Clone for lto_codegen_model
Source§fn clone(&self) -> lto_codegen_model
fn clone(&self) -> lto_codegen_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_codegen_model
impl Debug for lto_codegen_model
Source§impl PartialEq for lto_codegen_model
impl PartialEq for lto_codegen_model
impl Copy for lto_codegen_model
impl StructuralPartialEq for lto_codegen_model
Auto Trait Implementations§
impl Freeze for lto_codegen_model
impl RefUnwindSafe for lto_codegen_model
impl Send for lto_codegen_model
impl Sync for lto_codegen_model
impl Unpin for lto_codegen_model
impl UnwindSafe for lto_codegen_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
)