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