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