Enum gfx_device_gl::TargetView [] [src]

pub enum TargetView {
    Surface(Surface),
    Texture(Texture, Level),
    TextureLayer(Texture, Level, Layer),
}

Variants

Trait Implementations

impl Copy for TargetView
[src]

impl Clone for TargetView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 Eq for TargetView
[src]

impl Hash for TargetView
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for TargetView
[src]

Formats the value using the given formatter.