#[repr(C)]pub enum LLVMThreadLocalMode {
LLVMNotThreadLocal = 0,
LLVMGeneralDynamicTLSModel = 1,
LLVMLocalDynamicTLSModel = 2,
LLVMInitialExecTLSModel = 3,
LLVMLocalExecTLSModel = 4,
}
Variants§
LLVMNotThreadLocal = 0
LLVMGeneralDynamicTLSModel = 1
LLVMLocalDynamicTLSModel = 2
LLVMInitialExecTLSModel = 3
LLVMLocalExecTLSModel = 4
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 moreSource§impl Debug for LLVMThreadLocalMode
impl Debug for LLVMThreadLocalMode
Source§impl PartialEq for LLVMThreadLocalMode
impl PartialEq for LLVMThreadLocalMode
impl Copy for LLVMThreadLocalMode
impl StructuralPartialEq for LLVMThreadLocalMode
Auto Trait Implementations§
impl Freeze for LLVMThreadLocalMode
impl RefUnwindSafe for LLVMThreadLocalMode
impl Send for LLVMThreadLocalMode
impl Sync for LLVMThreadLocalMode
impl Unpin for LLVMThreadLocalMode
impl UnwindSafe for LLVMThreadLocalMode
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
)