Enum llvm_sys::LLVMThreadLocalMode [−][src]
#[repr(C)]
pub enum LLVMThreadLocalMode {
LLVMNotThreadLocal,
LLVMGeneralDynamicTLSModel,
LLVMLocalDynamicTLSModel,
LLVMInitialExecTLSModel,
LLVMLocalExecTLSModel,
}
Variants
Trait Implementations
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
Mutably borrows from an owned value. Read more