Enum rust_3d::prelude::PlyError [] [src]

pub enum PlyError {
    LoadError,
    LoadStartNotFound,
    LoadFormatNotFound,
    LoadWrongPropertyCount,
    LoadVertexIndexDefinitionNotFound,
    LoadHeaderEndNotFound,
    LoadVertexCountNotFound,
    LoadFaceCountNotFound,
    LoadVertexCountIncorrect,
    LoadVerticesIncorrect,
}

Variants

Methods

impl PlyError
[src]

[src]

Returns readable text for the PlyError

Trait Implementations

Auto Trait Implementations

impl Send for PlyError

impl Sync for PlyError