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]

[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 ShapeHandle

impl Sync for ShapeHandle