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