Enum nannou::ui::backend::glium::glium::index::IndexType[][src]

#[repr(u32)]
pub enum IndexType { U8, U16, U32, }

Type of the indices in an index source.

Variants

u8

u16

u32

Methods

impl IndexType
[src]

Returns the size in bytes of each index of this type.

Returns true if the backend supports this type of index.

Trait Implementations

impl Clone for IndexType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexType
[src]

Formats the value using the given formatter. Read more

impl Copy for IndexType
[src]

impl Eq for IndexType
[src]

impl PartialEq<IndexType> for IndexType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for IndexType

impl Sync for IndexType