Struct ringraphics::Line[][src]

pub struct Line {
    pub p1: Pnt2,
    pub p2: Pnt2,
}

Fields

Methods

impl Line
[src]

Trait Implementations

impl Debug for Line
[src]

Formats the value using the given formatter. Read more

impl Clone for Line
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Line

impl Sync for Line