Enum llvm_sys::LLVMAtomicRMWBinOp
source · [−]#[repr(C)]
pub enum LLVMAtomicRMWBinOp {
Show 13 variants
LLVMAtomicRMWBinOpXchg,
LLVMAtomicRMWBinOpAdd,
LLVMAtomicRMWBinOpSub,
LLVMAtomicRMWBinOpAnd,
LLVMAtomicRMWBinOpNand,
LLVMAtomicRMWBinOpOr,
LLVMAtomicRMWBinOpXor,
LLVMAtomicRMWBinOpMax,
LLVMAtomicRMWBinOpMin,
LLVMAtomicRMWBinOpUMax,
LLVMAtomicRMWBinOpUMin,
LLVMAtomicRMWBinOpFAdd,
LLVMAtomicRMWBinOpFSub,
}
Variants
LLVMAtomicRMWBinOpXchg
LLVMAtomicRMWBinOpAdd
LLVMAtomicRMWBinOpSub
LLVMAtomicRMWBinOpAnd
LLVMAtomicRMWBinOpNand
LLVMAtomicRMWBinOpOr
LLVMAtomicRMWBinOpXor
LLVMAtomicRMWBinOpMax
LLVMAtomicRMWBinOpMin
LLVMAtomicRMWBinOpUMax
LLVMAtomicRMWBinOpUMin
LLVMAtomicRMWBinOpFAdd
LLVMAtomicRMWBinOpFSub
Trait Implementations
sourceimpl Clone for LLVMAtomicRMWBinOp
impl Clone for LLVMAtomicRMWBinOp
sourcefn clone(&self) -> LLVMAtomicRMWBinOp
fn clone(&self) -> LLVMAtomicRMWBinOp
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 LLVMAtomicRMWBinOp
impl Debug for LLVMAtomicRMWBinOp
sourceimpl PartialEq<LLVMAtomicRMWBinOp> for LLVMAtomicRMWBinOp
impl PartialEq<LLVMAtomicRMWBinOp> for LLVMAtomicRMWBinOp
sourcefn eq(&self, other: &LLVMAtomicRMWBinOp) -> bool
fn eq(&self, other: &LLVMAtomicRMWBinOp) -> bool
impl Copy for LLVMAtomicRMWBinOp
impl StructuralPartialEq for LLVMAtomicRMWBinOp
Auto Trait Implementations
impl RefUnwindSafe for LLVMAtomicRMWBinOp
impl Send for LLVMAtomicRMWBinOp
impl Sync for LLVMAtomicRMWBinOp
impl Unpin for LLVMAtomicRMWBinOp
impl UnwindSafe for LLVMAtomicRMWBinOp
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