Enum spirv_utils::desc::KernelEnqueueFlags [] [src]

pub enum KernelEnqueueFlags {
    NoWait,
    WaitKernel,
    WaitWorkGroup,
}

Variants

NoWait
WaitKernel
WaitWorkGroup

Methods

impl KernelEnqueueFlags

fn from(val: u32) -> Option<KernelEnqueueFlags>

Trait Implementations

Derived Implementations

impl Hash for KernelEnqueueFlags

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for KernelEnqueueFlags

fn eq(&self, __arg_0: &KernelEnqueueFlags) -> bool

fn ne(&self, __arg_0: &KernelEnqueueFlags) -> bool

impl Debug for KernelEnqueueFlags

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for KernelEnqueueFlags

fn clone(&self) -> KernelEnqueueFlags

fn clone_from(&mut self, source: &Self)

impl Copy for KernelEnqueueFlags