#[repr(u32)]pub enum ResidentScheduleOpKind {
Unit = 0,
Scan = 1,
Filter = 2,
Project = 3,
JoinInner = 4,
JoinSemi = 5,
Union = 6,
Diff = 7,
TestStatus = 8,
TraceDelta = 9,
}Expand description
Typed operation tag with the same four-byte representation consumed by CUDA.
Variants§
Unit = 0
Scan = 1
Filter = 2
Project = 3
JoinInner = 4
JoinSemi = 5
Union = 6
Diff = 7
TestStatus = 8
TraceDelta = 9
Trait Implementations§
Source§impl Clone for ResidentScheduleOpKind
impl Clone for ResidentScheduleOpKind
Source§fn clone(&self) -> ResidentScheduleOpKind
fn clone(&self) -> ResidentScheduleOpKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResidentScheduleOpKind
Source§impl Debug for ResidentScheduleOpKind
impl Debug for ResidentScheduleOpKind
Source§impl Default for ResidentScheduleOpKind
impl Default for ResidentScheduleOpKind
Source§fn default() -> ResidentScheduleOpKind
fn default() -> ResidentScheduleOpKind
Returns the “default value” for a type. Read more
impl Eq for ResidentScheduleOpKind
Source§impl Ord for ResidentScheduleOpKind
impl Ord for ResidentScheduleOpKind
Source§fn cmp(&self, other: &ResidentScheduleOpKind) -> Ordering
fn cmp(&self, other: &ResidentScheduleOpKind) -> Ordering
1.21.0 (const: unstable) · 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 ResidentScheduleOpKind
impl PartialEq for ResidentScheduleOpKind
Source§fn eq(&self, other: &ResidentScheduleOpKind) -> bool
fn eq(&self, other: &ResidentScheduleOpKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ResidentScheduleOpKind
impl PartialOrd for ResidentScheduleOpKind
impl StructuralPartialEq for ResidentScheduleOpKind
Auto Trait Implementations§
impl Freeze for ResidentScheduleOpKind
impl RefUnwindSafe for ResidentScheduleOpKind
impl Send for ResidentScheduleOpKind
impl Sync for ResidentScheduleOpKind
impl Unpin for ResidentScheduleOpKind
impl UnsafeUnpin for ResidentScheduleOpKind
impl UnwindSafe for ResidentScheduleOpKind
Blanket Implementations§
impl<T> Allocation for T
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more