Enum solstice_2d::GeometryVariants [−][src]
pub enum GeometryVariants<'a> {
D2(MeshVariant<'a, Vertex2D>),
D3(MeshVariant<'a, Vertex3D>),
}Variants
D2(MeshVariant<'a, Vertex2D>)D3(MeshVariant<'a, Vertex3D>)Trait Implementations
impl<'a> Clone for GeometryVariants<'a>[src]
impl<'a> Clone for GeometryVariants<'a>[src]fn clone(&self) -> GeometryVariants<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for GeometryVariants<'a>
impl<'a> RefUnwindSafe for GeometryVariants<'a>impl<'a> Send for GeometryVariants<'a>
impl<'a> Send for GeometryVariants<'a>impl<'a> Sync for GeometryVariants<'a>
impl<'a> Sync for GeometryVariants<'a>impl<'a> Unpin for GeometryVariants<'a>
impl<'a> Unpin for GeometryVariants<'a>impl<'a> UnwindSafe for GeometryVariants<'a>
impl<'a> UnwindSafe for GeometryVariants<'a>Blanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, pub fn to_subset(&self) -> Option<SS>
pub fn is_in_subset(&self) -> bool
pub fn to_subset_unchecked(&self) -> SS
pub fn from_subset(element: &SS) -> SP
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,