Struct adi_gpu_base::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Gradient

impl Sync for Gradient