Enum graphics_shapes::triangle::AnglePosition
source · pub enum AnglePosition {
TopLeft,
TopRight,
BottomRight,
BottomLeft,
}Variants§
Trait Implementations§
source§impl Clone for AnglePosition
impl Clone for AnglePosition
source§fn clone(&self) -> AnglePosition
fn clone(&self) -> AnglePosition
Returns a copy 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 more