Enum gfx::format::R32_G32 [] [src]

pub enum R32_G32 {}

Trait Implementations

impl Ord for R32_G32
[src]

[src]

impl Copy for R32_G32
[src]

impl Clone for R32_G32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl SurfaceTyped for R32_G32
[src]

The corresponding data type to be passed from CPU.

[src]

Return the run-time value of the type.

impl PartialOrd<R32_G32> for R32_G32
[src]

[src]

impl Hash for R32_G32
[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 BufferSurface for R32_G32
[src]

impl PartialEq<R32_G32> for R32_G32
[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 !=.

impl Debug for R32_G32
[src]

[src]

Formats the value using the given formatter.

impl TextureSurface for R32_G32
[src]

impl Eq for R32_G32
[src]

impl RenderSurface for R32_G32
[src]