Enum libreda_db::layout::prelude::Orientation [−][src]
pub enum Orientation {
ClockWise,
CounterClockWise,
Straight,
}
Expand description
Relative orientation of two geometrical objects such as vectors.
Variants
Clock-wise orientation.
Counter-clock-wise orientation.
Neither clock-wise nor counter-clock-wise.
Implementations
Test if the orientation is equal to ClockWise
.
Test if the orientation is equal to CounterClockWise
.
Test if the orientation is equal to Straight
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
Blanket Implementations
Mutably borrows from an owned value. Read more