Enum iron_shapes::simple_rpolygon::Orientation
source · enum Orientation {
None,
Vertical,
Horizontal,
}Variants§
Trait Implementations§
source§impl Debug for Orientation
impl Debug for Orientation
source§impl PartialEq<Orientation> for Orientation
impl PartialEq<Orientation> for Orientation
source§fn eq(&self, other: &Orientation) -> bool
fn eq(&self, other: &Orientation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.