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: Clone + Resources, S: Clone> Clone for Texture<R, S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

impl<R: Hash + Resources, S: Hash> Hash for Texture<R, S>
[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: PartialEq + Resources, S: PartialEq> PartialEq for Texture<R, S>
[src]

[src]

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

[src]

This method tests for !=.

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

The raw type behind the phantom.

[src]

Crete a new phantom from the raw type.

[src]

Get an internal reference to the raw type.