Struct luminance::texture::Flat [] [src]

pub struct Flat;

Flat texture hint.

A flat texture means it doesn’t have the concept of layers.

Trait Implementations

impl Clone for Flat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Flat
[src]

impl Debug for Flat
[src]

Formats the value using the given formatter.

impl Layerable for Flat
[src]

Reify to Layering.