Struct elmesque::form::PointPath
[−]
[src]
pub struct PointPath(pub Vec<(f64, f64)>);
A path described by a sequence of points.
pub struct PointPath(pub Vec<(f64, f64)>);
A path described by a sequence of points.
impl Debug for PointPath
impl Clone for PointPath
fn clone(&self) -> PointPath
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).