Enum gfx_core::IndexType [] [src]

pub enum IndexType {
    U16,
    U32,
}

A type of each index value in the slice's index buffer

Variants

U16
U32

Trait Implementations

Derived Implementations

impl Debug for IndexType

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

impl Clone for IndexType

fn clone(&self) -> IndexType

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

impl Copy for IndexType

impl Hash for IndexType

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

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

impl PartialOrd for IndexType

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

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

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

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

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

impl PartialEq for IndexType

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

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

impl Ord for IndexType

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

impl Eq for IndexType