Struct ktensor::Vec2 [] [src]

pub struct Vec2(pub usize, pub usize);

A pair of coordinates

Trait Implementations

impl Clone for Vec2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vec2
[src]