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