Struct axgeom::VecCont [] [src]

#[must_use]
pub struct VecCont<T> { /* fields omitted */ }

A 2d generic container. Elements can be accessed using an Axis.

Methods

impl<T> VecCont<T>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Copy> Copy for VecCont<T>
[src]

impl<T: Clone> Clone for VecCont<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for VecCont<T>
[src]

[src]

Formats the value using the given formatter.