Enum llvm_sys::LLVMThreadLocalMode
source · [−]#[repr(C)]
pub enum LLVMThreadLocalMode {
LLVMNotThreadLocal,
LLVMGeneralDynamicTLSModel,
LLVMLocalDynamicTLSModel,
LLVMInitialExecTLSModel,
LLVMLocalExecTLSModel,
}
Variants
LLVMNotThreadLocal
LLVMGeneralDynamicTLSModel
LLVMLocalDynamicTLSModel
LLVMInitialExecTLSModel
LLVMLocalExecTLSModel
Trait Implementations
sourceimpl Clone for LLVMThreadLocalMode
impl Clone for LLVMThreadLocalMode
sourcefn clone(&self) -> LLVMThreadLocalMode
fn clone(&self) -> LLVMThreadLocalMode
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 LLVMThreadLocalMode
impl Debug for LLVMThreadLocalMode
sourceimpl PartialEq<LLVMThreadLocalMode> for LLVMThreadLocalMode
impl PartialEq<LLVMThreadLocalMode> for LLVMThreadLocalMode
sourcefn eq(&self, other: &LLVMThreadLocalMode) -> bool
fn eq(&self, other: &LLVMThreadLocalMode) -> bool
impl Copy for LLVMThreadLocalMode
impl StructuralPartialEq for LLVMThreadLocalMode
Auto Trait Implementations
impl RefUnwindSafe for LLVMThreadLocalMode
impl Send for LLVMThreadLocalMode
impl Sync for LLVMThreadLocalMode
impl Unpin for LLVMThreadLocalMode
impl UnwindSafe for LLVMThreadLocalMode
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