pub enum GenericSampleMethod<Img> {
    All,
    Ignore,
    Image(Img),
}
Expand description

Method used for sampling an example image.

Variants

All

All pixels in the example image can be sampled.

Ignore

No pixels in the example image will be sampled.

Image(Img)

Pixels are selectively sampled based on an image.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.