Enum gfx::device::attrib::FloatSize [] [src]

pub enum FloatSize {
    F16,
    F32,
    F64,
}

The size of a floating point attribute, in bits.

Variants

F16
F32
F64

Trait Implementations

Derived Implementations

impl Debug for FloatSize

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

impl Clone for FloatSize

fn clone(&self) -> FloatSize

fn clone_from(&mut self, source: &Self)

impl Copy for FloatSize

impl Hash for FloatSize

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd for FloatSize

fn partial_cmp(&self, __arg_0: &FloatSize) -> Option<Ordering>

fn lt(&self, __arg_0: &FloatSize) -> bool

fn le(&self, __arg_0: &FloatSize) -> bool

fn gt(&self, __arg_0: &FloatSize) -> bool

fn ge(&self, __arg_0: &FloatSize) -> bool

impl PartialEq for FloatSize

fn eq(&self, __arg_0: &FloatSize) -> bool

fn ne(&self, __arg_0: &FloatSize) -> bool

impl Ord for FloatSize

fn cmp(&self, __arg_0: &FloatSize) -> Ordering

impl Eq for FloatSize