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