Enum bayer::RasterDepth [] [src]

pub enum RasterDepth {
    Depth8,
    Depth16,
}

Depth of a raster.

Variants

Trait Implementations

impl Clone for RasterDepth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RasterDepth
[src]

impl Debug for RasterDepth
[src]

Formats the value using the given formatter.

impl Eq for RasterDepth
[src]

impl PartialEq for RasterDepth
[src]

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

This method tests for !=.