pub enum VertexValueType {
Show 14 variants
Scalar,
Vec2F,
Vec3F,
Vec4F,
Mat2F,
Mat3F,
Mat4F,
Integer,
Vec2I,
Vec3I,
Vec4I,
Mat2I,
Mat3I,
Mat4I,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for VertexValueType
impl Clone for VertexValueType
source§fn clone(&self) -> VertexValueType
fn clone(&self) -> VertexValueType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VertexValueType
impl Debug for VertexValueType
source§impl<'de> Deserialize<'de> for VertexValueType
impl<'de> Deserialize<'de> for VertexValueType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for VertexValueType
impl Hash for VertexValueType
source§impl PartialEq<VertexValueType> for VertexValueType
impl PartialEq<VertexValueType> for VertexValueType
source§fn eq(&self, other: &VertexValueType) -> bool
fn eq(&self, other: &VertexValueType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VertexValueType
impl Serialize for VertexValueType
impl Copy for VertexValueType
impl Eq for VertexValueType
impl StructuralEq for VertexValueType
impl StructuralPartialEq for VertexValueType
Auto Trait Implementations§
impl RefUnwindSafe for VertexValueType
impl Send for VertexValueType
impl Sync for VertexValueType
impl Unpin for VertexValueType
impl UnwindSafe for VertexValueType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more