Struct spirv_utils::desc::KernelProfilingInfo
[−]
[src]
pub struct KernelProfilingInfo(_);
pub struct KernelProfilingInfo(_);
impl KernelProfilingInfo
fn empty() -> KernelProfilingInfo
fn all() -> KernelProfilingInfo
fn is_empty(&self) -> bool
fn contains(&self, val: KernelProfilingInfo) -> bool
fn bits(&self) -> u32
fn insert(&mut self, val: KernelProfilingInfo)
fn count(&self) -> u32
impl From<u32> for KernelProfilingInfo
fn from(val: u32) -> KernelProfilingInfo
impl Debug for KernelProfilingInfo
impl Hash for KernelProfilingInfo
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for KernelProfilingInfo
fn eq(&self, __arg_0: &KernelProfilingInfo) -> bool
fn ne(&self, __arg_0: &KernelProfilingInfo) -> bool
impl Clone for KernelProfilingInfo
fn clone(&self) -> KernelProfilingInfo
fn clone_from(&mut self, source: &Self)
impl Copy for KernelProfilingInfo