Enum gfx_device_gl::TargetView [] [src]

pub enum TargetView {
    Surface(Surface),
    Texture(TextureLevel),
    TextureLayer(TextureLevelLayer),
}

Variants

Trait Implementations

impl Debug for TargetView
[src]

Formats the value using the given formatter.

impl Hash for TargetView
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for TargetView
[src]

impl PartialEq for TargetView
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for TargetView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TargetView
[src]