Enum llvm_sys::LLVMThreadLocalMode
source · #[repr(C)]
pub enum LLVMThreadLocalMode {
LLVMNotThreadLocal,
LLVMGeneralDynamicTLSModel,
LLVMLocalDynamicTLSModel,
LLVMInitialExecTLSModel,
LLVMLocalExecTLSModel,
}
Variants§
LLVMNotThreadLocal
LLVMGeneralDynamicTLSModel
LLVMLocalDynamicTLSModel
LLVMInitialExecTLSModel
LLVMLocalExecTLSModel
Trait Implementations§
source§impl Clone for LLVMThreadLocalMode
impl Clone for LLVMThreadLocalMode
source§fn clone(&self) -> LLVMThreadLocalMode
fn clone(&self) -> LLVMThreadLocalMode
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 more