Enum adi_gpu_base::ShapeHandle[][src]

pub enum ShapeHandle {
    Alpha(u32),
    Opaque(u32),
    Gui(u32),
}

Handle for shape.

Variants

Trait Implementations

impl Clone for ShapeHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ShapeHandle

impl Sync for ShapeHandle