pub enum ParamVizStyle {
Checker,
Grid,
LocalCheck,
LocalRad,
}Expand description
Visualization style for parameterization quantities.
Variants§
Checker
Two-color checker pattern over UV space.
Grid
Two-color grid lines over UV space.
LocalCheck
Checkerboard overlay on radial colormap centered at (0,0).
LocalRad
Distance stripes over radial colormap centered at (0,0).
Trait Implementations§
Source§impl Clone for ParamVizStyle
impl Clone for ParamVizStyle
Source§fn clone(&self) -> ParamVizStyle
fn clone(&self) -> ParamVizStyle
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 ParamVizStyle
impl Debug for ParamVizStyle
Source§impl Default for ParamVizStyle
impl Default for ParamVizStyle
Source§fn default() -> ParamVizStyle
fn default() -> ParamVizStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for ParamVizStyle
impl PartialEq for ParamVizStyle
impl Copy for ParamVizStyle
impl Eq for ParamVizStyle
impl StructuralPartialEq for ParamVizStyle
Auto Trait Implementations§
impl Freeze for ParamVizStyle
impl RefUnwindSafe for ParamVizStyle
impl Send for ParamVizStyle
impl Sync for ParamVizStyle
impl Unpin for ParamVizStyle
impl UnsafeUnpin for ParamVizStyle
impl UnwindSafe for ParamVizStyle
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