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

pub enum IntSize {
    U8,
    U16,
    U32,
}

The size of an integer attribute, in bits.

Variants

U8
U16
U32

Trait Implementations

Derived Implementations

impl Debug for IntSize

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

impl Clone for IntSize

fn clone(&self) -> IntSize

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

impl Copy for IntSize

impl Hash for IntSize

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

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

impl PartialOrd for IntSize

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

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

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

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

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

impl PartialEq for IntSize

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

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

impl Ord for IntSize

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

impl Eq for IntSize