Struct rusttype::Line
[−]
[src]
pub struct Line {
pub p: [Point<f32>; 2],
}A straight line between two points, p[0] and p[1]
Fields
p |
pub struct Line {
pub p: [Point<f32>; 2],
}A straight line between two points, p[0] and p[1]
p |
impl PartialOrd for Linefn partial_cmp(&self, __arg_0: &Line) -> Option<Ordering>fn lt(&self, __arg_0: &Line) -> boolfn le(&self, __arg_0: &Line) -> boolfn gt(&self, __arg_0: &Line) -> boolfn ge(&self, __arg_0: &Line) -> boolimpl PartialEq for Lineimpl Debug for Lineimpl Clone for Linefn clone(&self) -> Linefn clone_from(&mut self, source: &Self)impl Copy for Line