Struct adi_screen::Model [] [src]

pub struct Model(_);

A collection of indices and vertices

Methods

impl Model
[src]

[src]

Create a new model. Data is indices followed by vertices.

Trait Implementations

impl Copy for Model
[src]

impl Clone for Model
[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 Model

impl Sync for Model