Struct spirv_utils::desc::SelectionControl [] [src]

pub struct SelectionControl(_);

Methods

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

Trait Implementations

impl From<u32> for SelectionControl

fn from(val: u32) -> SelectionControl

impl Debug for SelectionControl

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

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