Struct spirv_utils::desc::FPFastMathMode [] [src]

pub struct FPFastMathMode(_);

Methods

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

Trait Implementations

impl From<u32> for FPFastMathMode

fn from(val: u32) -> FPFastMathMode

impl Debug for FPFastMathMode

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

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