pub enum AtomicFeature {
LoadStore,
Add,
MinMax,
}
Expand description
Atomic features that may be supported by a cube runtime.
Variants§
Trait Implementations§
Source§impl Clone for AtomicFeature
impl Clone for AtomicFeature
Source§fn clone(&self) -> AtomicFeature
fn clone(&self) -> AtomicFeature
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 AtomicFeature
impl Debug for AtomicFeature
Source§impl Ord for AtomicFeature
impl Ord for AtomicFeature
Source§fn cmp(&self, other: &AtomicFeature) -> Ordering
fn cmp(&self, other: &AtomicFeature) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AtomicFeature
impl PartialEq for AtomicFeature
Source§impl PartialOrd for AtomicFeature
impl PartialOrd for AtomicFeature
impl Copy for AtomicFeature
impl Eq for AtomicFeature
impl StructuralPartialEq for AtomicFeature
Auto Trait Implementations§
impl Freeze for AtomicFeature
impl RefUnwindSafe for AtomicFeature
impl Send for AtomicFeature
impl Sync for AtomicFeature
impl Unpin for AtomicFeature
impl UnwindSafe for AtomicFeature
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