Enum gfx_device_gl::TargetView [] [src]

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

Variants

Surface
Texture
TextureLayer

Trait Implementations

Derived Implementations

impl Debug for TargetView

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for TargetView

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for TargetView

impl PartialEq for TargetView

fn eq(&self, __arg_0: &TargetView) -> bool

fn ne(&self, __arg_0: &TargetView) -> bool

impl Clone for TargetView

fn clone(&self) -> TargetView

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for TargetView