Struct vorolib::img::Img[][src]

pub struct Img { /* fields omitted */ }

Methods

impl Img
[src]

Trait Implementations

impl Index<(X, Y)> for Img
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<(X, Y)> for Img
[src]

Performs the mutable indexing (container[index]) operation.

impl Clone for Img
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Img

impl Sync for Img