Enum ringraphics::PrimitiveType[][src]

pub enum PrimitiveType {
    Triangles,
    TriangleStrip,
    TriangleFan,
    Lines,
    LineStrip,
    LineLoop,
    LinesAdjacency,
    LineStripAdjacency,
    Points,
    Patches,
}

Variants

Trait Implementations

impl Clone for PrimitiveType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PrimitiveType
[src]

impl Debug for PrimitiveType
[src]

Formats the value using the given formatter. Read more

impl Default for PrimitiveType
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for PrimitiveType

impl Sync for PrimitiveType