Struct adi_gpu_vulkan::Model[][src]

pub struct Model(pub usize);

A list of vertices that make a shape.

Trait Implementations

impl Clone for Model
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Model
[src]

Auto Trait Implementations

impl Send for Model

impl Sync for Model