Enum llvm_sys::LLVMAtomicOrdering
source · [−]#[repr(C)]
pub enum LLVMAtomicOrdering {
LLVMAtomicOrderingNotAtomic,
LLVMAtomicOrderingUnordered,
LLVMAtomicOrderingMonotonic,
LLVMAtomicOrderingAcquire,
LLVMAtomicOrderingRelease,
LLVMAtomicOrderingAcquireRelease,
LLVMAtomicOrderingSequentiallyConsistent,
}
Variants
LLVMAtomicOrderingNotAtomic
LLVMAtomicOrderingUnordered
LLVMAtomicOrderingMonotonic
LLVMAtomicOrderingAcquire
LLVMAtomicOrderingRelease
LLVMAtomicOrderingAcquireRelease
LLVMAtomicOrderingSequentiallyConsistent
Trait Implementations
sourceimpl Clone for LLVMAtomicOrdering
impl Clone for LLVMAtomicOrdering
sourcefn clone(&self) -> LLVMAtomicOrdering
fn clone(&self) -> LLVMAtomicOrdering
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 LLVMAtomicOrdering
impl Debug for LLVMAtomicOrdering
sourceimpl PartialEq<LLVMAtomicOrdering> for LLVMAtomicOrdering
impl PartialEq<LLVMAtomicOrdering> for LLVMAtomicOrdering
sourcefn eq(&self, other: &LLVMAtomicOrdering) -> bool
fn eq(&self, other: &LLVMAtomicOrdering) -> bool
impl Copy for LLVMAtomicOrdering
impl StructuralPartialEq for LLVMAtomicOrdering
Auto Trait Implementations
impl RefUnwindSafe for LLVMAtomicOrdering
impl Send for LLVMAtomicOrdering
impl Sync for LLVMAtomicOrdering
impl Unpin for LLVMAtomicOrdering
impl UnwindSafe for LLVMAtomicOrdering
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