Struct cubecl_core::ir::CompareAndSwapOperator
source · pub struct CompareAndSwapOperator {
pub input: Variable,
pub cmp: Variable,
pub val: Variable,
pub out: Variable,
}
Fields§
§input: Variable
§cmp: Variable
§val: Variable
§out: Variable
Trait Implementations§
source§impl Clone for CompareAndSwapOperator
impl Clone for CompareAndSwapOperator
source§fn clone(&self) -> CompareAndSwapOperator
fn clone(&self) -> CompareAndSwapOperator
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 CompareAndSwapOperator
impl Debug for CompareAndSwapOperator
source§impl<'de> Deserialize<'de> for CompareAndSwapOperator
impl<'de> Deserialize<'de> for CompareAndSwapOperator
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CompareAndSwapOperator
impl PartialEq for CompareAndSwapOperator
source§impl Serialize for CompareAndSwapOperator
impl Serialize for CompareAndSwapOperator
impl StructuralPartialEq for CompareAndSwapOperator
Auto Trait Implementations§
impl Freeze for CompareAndSwapOperator
impl RefUnwindSafe for CompareAndSwapOperator
impl Send for CompareAndSwapOperator
impl Sync for CompareAndSwapOperator
impl Unpin for CompareAndSwapOperator
impl UnwindSafe for CompareAndSwapOperator
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
)