Enum cut_optimizer_2d::PatternDirection [−][src]
pub enum PatternDirection {
None,
ParallelToWidth,
ParallelToLength,
}Expand description
Indicates the linear direction of a pattern, grain, etc.
Variants
None
No pattern
ParallelToWidth
Linear pattern that runs parallel to the width
ParallelToLength
Linear pattern that runs parallel to the length
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PatternDirection
impl Send for PatternDirection
impl Sync for PatternDirection
impl Unpin for PatternDirection
impl UnwindSafe for PatternDirection
Blanket Implementations
Mutably borrows from an owned value. Read more