pub enum WarpShuffleOp {
Index,
Up,
Down,
Xor,
}Expand description
Warp shuffle operations.
Variants§
Trait Implementations§
Source§impl Clone for WarpShuffleOp
impl Clone for WarpShuffleOp
Source§fn clone(&self) -> WarpShuffleOp
fn clone(&self) -> WarpShuffleOp
Returns a duplicate 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 WarpShuffleOp
impl Debug for WarpShuffleOp
Source§impl PartialEq for WarpShuffleOp
impl PartialEq for WarpShuffleOp
impl Copy for WarpShuffleOp
impl Eq for WarpShuffleOp
impl StructuralPartialEq for WarpShuffleOp
Auto Trait Implementations§
impl Freeze for WarpShuffleOp
impl RefUnwindSafe for WarpShuffleOp
impl Send for WarpShuffleOp
impl Sync for WarpShuffleOp
impl Unpin for WarpShuffleOp
impl UnwindSafe for WarpShuffleOp
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