pub enum ChartPointLayout {
Xyz3,
Ext11,
}Expand description
Serialized Hvec layout of one CHART_s record.
Variants§
Xyz3
Three model-space coordinates per point.
Ext11
Eleven scalars containing point, two UV lanes, tangent, and parameter.
Trait Implementations§
Source§impl Clone for ChartPointLayout
impl Clone for ChartPointLayout
Source§fn clone(&self) -> ChartPointLayout
fn clone(&self) -> ChartPointLayout
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 moreimpl Copy for ChartPointLayout
Source§impl Debug for ChartPointLayout
impl Debug for ChartPointLayout
Source§impl<'de> Deserialize<'de> for ChartPointLayout
impl<'de> Deserialize<'de> for ChartPointLayout
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
impl Eq for ChartPointLayout
Source§impl PartialEq for ChartPointLayout
impl PartialEq for ChartPointLayout
Source§impl Serialize for ChartPointLayout
impl Serialize for ChartPointLayout
impl StructuralPartialEq for ChartPointLayout
Auto Trait Implementations§
impl Freeze for ChartPointLayout
impl RefUnwindSafe for ChartPointLayout
impl Send for ChartPointLayout
impl Sync for ChartPointLayout
impl Unpin for ChartPointLayout
impl UnsafeUnpin for ChartPointLayout
impl UnwindSafe for ChartPointLayout
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