Struct graph_layout::P2d [] [src]

pub struct P2d(pub f32, pub f32);

Trait Implementations

impl Debug for P2d
[src]

Formats the value using the given formatter.

impl Copy for P2d
[src]

impl Clone for P2d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Vector for P2d
[src]