Struct gfx::texture::RenderDesc [] [src]

pub struct RenderDesc {
    pub channel: ChannelType,
    pub level: u8,
    pub layer: Option<u16>,
}

Texture render view descriptor.

Fields

Trait Implementations

impl Ord for RenderDesc
[src]

[src]

impl Hash for RenderDesc
[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 Copy for RenderDesc
[src]

impl Clone for RenderDesc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<RenderDesc> for RenderDesc
[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 Debug for RenderDesc
[src]

[src]

Formats the value using the given formatter.

impl Eq for RenderDesc
[src]

impl PartialOrd<RenderDesc> for RenderDesc
[src]

[src]

[src]

[src]

[src]

[src]