Enum gltf_json::camera::Type[][src]

pub enum Type {
    Perspective,
    Orthographic,
}

Specifies the camera type.

Variants

A perspective projection.

An orthographic projection.

Trait Implementations

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Type
[src]

impl Debug for Type
[src]

Formats the value using the given formatter. Read more

impl Serialize for Type
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type