pub enum AxisDescrAttribute {
CurveAxis,
ComAxis,
FixAxis,
ResAxis,
StdAxis,
}Expand description
Description of the axis points
Variants§
Trait Implementations§
Source§impl Clone for AxisDescrAttribute
impl Clone for AxisDescrAttribute
Source§fn clone(&self) -> AxisDescrAttribute
fn clone(&self) -> AxisDescrAttribute
Returns a duplicate 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 AxisDescrAttribute
impl Debug for AxisDescrAttribute
Source§impl Display for AxisDescrAttribute
impl Display for AxisDescrAttribute
Source§impl PartialEq for AxisDescrAttribute
impl PartialEq for AxisDescrAttribute
impl Copy for AxisDescrAttribute
impl Eq for AxisDescrAttribute
impl StructuralPartialEq for AxisDescrAttribute
Auto Trait Implementations§
impl Freeze for AxisDescrAttribute
impl RefUnwindSafe for AxisDescrAttribute
impl Send for AxisDescrAttribute
impl Sync for AxisDescrAttribute
impl Unpin for AxisDescrAttribute
impl UnsafeUnpin for AxisDescrAttribute
impl UnwindSafe for AxisDescrAttribute
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