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