Struct adi_gpu_opengl::Gradient [] [src]

pub struct Gradient(pub usize);

A list of colors to be paired with vertices.

Trait Implementations

impl Copy for Gradient
[src]

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

impl Sync for Gradient