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