Struct adi_gpu_opengl::TexCoords[][src]

pub struct TexCoords(pub usize);

A list of texture coordinates to be paired with vertices.

Trait Implementations

impl Clone for TexCoords
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TexCoords
[src]

Auto Trait Implementations

impl Send for TexCoords

impl Sync for TexCoords