[go: up one dir, main page]

Enum gltf::v1::json::accessor::Kind [] [src]

#[repr(u32)]
pub enum Kind { Scalar, Vec2, Vec3, Vec4, Mat2, Mat3, Mat4, }

Variants

Trait Implementations

impl Clone for Kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Kind
[src]

impl Debug for Kind
[src]

Formats the value using the given formatter.

impl Eq for Kind
[src]

impl PartialEq for Kind
[src]

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

This method tests for !=.

impl Into<u32> for Kind
[src]

Performs the conversion.

impl<'de> Deserialize<'de> for Kind
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Kind
[src]

Serialize this value into the given Serde serializer. Read more

impl Default for Kind
[src]

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