Enum gltf::v1::json::accessor::Kind
[−]
[src]
#[repr(u32)]pub enum Kind { Scalar, Vec2, Vec3, Vec4, Mat2, Mat3, Mat4, }
Variants
ScalarVec2Vec3Vec4Mat2Mat3Mat4Trait Implementations
impl Clone for Kind[src]
fn clone(&self) -> Kind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Kind[src]
impl Debug for Kind[src]
impl Eq for Kind[src]
impl PartialEq for Kind[src]
fn eq(&self, __arg_0: &Kind) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Into<u32> for Kind[src]
impl<'de> Deserialize<'de> for Kind[src]
fn deserialize<D>(deserializer: D) -> Result<Kind, D::Error> where
D: Deserializer<'de>,
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for Kind[src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer,
S: Serializer,
Serialize this value into the given Serde serializer. Read more