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