Struct adi_screen::TexCoords [] [src]

pub struct TexCoords(_);

Texture Coordinates for a Model.

Methods

impl TexCoords
[src]

[src]

Create new texture coordinates based on data.

Trait Implementations

impl Copy for TexCoords
[src]

impl Clone for TexCoords
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TexCoords

impl Sync for TexCoords