Struct adi_gpu_base::Model [] [src]

pub struct Model(pub usize);

A list of vertices that make a shape.

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