Struct descartes::ClosedLinePath[][src]

pub struct ClosedLinePath(_);

Methods

impl ClosedLinePath
[src]

Trait Implementations

impl Clone for ClosedLinePath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClosedLinePath
[src]

Formats the value using the given formatter. Read more

impl<'a> RoughEq for &'a ClosedLinePath
[src]

Auto Trait Implementations