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