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