pub enum ProceduralMeshKind {
Cube,
Sphere,
Plane,
}Expand description
Identifies a known procedural mesh primitive.
Variants§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for ProceduralMeshKind
impl<'__de, __Context> BorrowDecode<'__de, __Context> for ProceduralMeshKind
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for ProceduralMeshKind
impl Clone for ProceduralMeshKind
Source§fn clone(&self) -> ProceduralMeshKind
fn clone(&self) -> ProceduralMeshKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProceduralMeshKind
impl Debug for ProceduralMeshKind
Source§impl<__Context> Decode<__Context> for ProceduralMeshKind
impl<__Context> Decode<__Context> for ProceduralMeshKind
Source§impl<'de> Deserialize<'de> for ProceduralMeshKind
impl<'de> Deserialize<'de> for ProceduralMeshKind
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 Encode for ProceduralMeshKind
impl Encode for ProceduralMeshKind
Source§impl PartialEq for ProceduralMeshKind
impl PartialEq for ProceduralMeshKind
Source§fn eq(&self, other: &ProceduralMeshKind) -> bool
fn eq(&self, other: &ProceduralMeshKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProceduralMeshKind
impl Serialize for ProceduralMeshKind
impl Copy for ProceduralMeshKind
impl Eq for ProceduralMeshKind
impl StructuralPartialEq for ProceduralMeshKind
Auto Trait Implementations§
impl Freeze for ProceduralMeshKind
impl RefUnwindSafe for ProceduralMeshKind
impl Send for ProceduralMeshKind
impl Sync for ProceduralMeshKind
impl Unpin for ProceduralMeshKind
impl UnsafeUnpin for ProceduralMeshKind
impl UnwindSafe for ProceduralMeshKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.