#[repr(u32)]pub enum KernelEnqueueFlags {
    NoWait = 0,
    WaitKernel = 1,
    WaitWorkGroup = 2,
}Expand description
SPIR-V operand kind: KernelEnqueueFlags
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for KernelEnqueueFlags
 
impl Clone for KernelEnqueueFlags
Source§fn clone(&self) -> KernelEnqueueFlags
 
fn clone(&self) -> KernelEnqueueFlags
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 KernelEnqueueFlags
 
impl Debug for KernelEnqueueFlags
Source§impl FromStr for KernelEnqueueFlags
 
impl FromStr for KernelEnqueueFlags
Source§impl Hash for KernelEnqueueFlags
 
impl Hash for KernelEnqueueFlags
Source§impl Ord for KernelEnqueueFlags
 
impl Ord for KernelEnqueueFlags
Source§fn cmp(&self, other: &KernelEnqueueFlags) -> Ordering
 
fn cmp(&self, other: &KernelEnqueueFlags) -> 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 KernelEnqueueFlags
 
impl PartialEq for KernelEnqueueFlags
Source§impl PartialOrd for KernelEnqueueFlags
 
impl PartialOrd for KernelEnqueueFlags
impl Copy for KernelEnqueueFlags
impl Eq for KernelEnqueueFlags
impl StructuralPartialEq for KernelEnqueueFlags
Auto Trait Implementations§
impl Freeze for KernelEnqueueFlags
impl RefUnwindSafe for KernelEnqueueFlags
impl Send for KernelEnqueueFlags
impl Sync for KernelEnqueueFlags
impl Unpin for KernelEnqueueFlags
impl UnwindSafe for KernelEnqueueFlags
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