Enum llvm_sys::lto::lto_codegen_model
source · [−]#[repr(C)]
pub enum lto_codegen_model {
LTO_CODEGEN_PIC_MODEL_STATIC,
LTO_CODEGEN_PIC_MODEL_DYNAMIC,
LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC,
LTO_CODEGEN_PIC_MODEL_DEFAULT,
}
Variants
LTO_CODEGEN_PIC_MODEL_STATIC
LTO_CODEGEN_PIC_MODEL_DYNAMIC
LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC
LTO_CODEGEN_PIC_MODEL_DEFAULT
Trait Implementations
sourceimpl Clone for lto_codegen_model
impl Clone for lto_codegen_model
sourcefn clone(&self) -> lto_codegen_model
fn clone(&self) -> lto_codegen_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 more
sourceimpl Debug for lto_codegen_model
impl Debug for lto_codegen_model
impl Copy for lto_codegen_model
impl StructuralPartialEq for lto_codegen_model
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more