Struct shapes::Line
[−]
[src]
pub struct Line {
pub start: Point,
pub end: Point,
}A line.
Fields
start: Point
Start point.
end: Point
End point.
Trait Implementations
impl Copy for Line[src]
impl Clone for Line[src]
fn clone(&self) -> Line
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more