Struct gfx_core::handle::Texture [] [src]

pub struct Texture<R: Resources, S>(_, _);

Typed texture object

Methods

impl<R: Resources, S> Texture<R, S>
[src]

[src]

Get texture descriptor

Trait Implementations

impl<R: Resources, S> Clone for Texture<R, S> where
    R: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<R: Resources, S> Debug for Texture<R, S> where
    R: Debug
[src]

[src]

Formats the value using the given formatter.

impl<R: Resources, S> Eq for Texture<R, S> where
    R: Eq
[src]

impl<R: Resources, S> Hash for Texture<R, S> where
    R: Hash
[src]

[src]

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

1.3.0
[src]

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

impl<R: Resources, S> PartialEq for Texture<R, S> where
    R: PartialEq
[src]

[src]

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

1.0.0
[src]

This method tests for !=.