Enum gfx::texture::Mipmap [] [src]

#[repr(u8)]
pub enum Mipmap { Provided, Allocated, }

The marker for the texture initializer to generate extra space for the mipmap generation.

Variants

The mipmap data is provided as a part of bitmap data.

The mipmap data is not provided, but the memory for it should be allocated for the later generation/

Trait Implementations

impl Ord for Mipmap
[src]

[src]

impl Copy for Mipmap
[src]

impl Clone for Mipmap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialOrd<Mipmap> for Mipmap
[src]

[src]

impl Hash for Mipmap
[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 PartialEq<Mipmap> for Mipmap
[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 Mipmap
[src]

[src]

Formats the value using the given formatter.

impl Eq for Mipmap
[src]