Enum alumina::data::crop::Cropping[][src]

pub enum Cropping {
    Centre,
    Random,
}

Variants

Trait Implementations

impl Copy for Cropping
[src]

impl Clone for Cropping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Cropping

impl Sync for Cropping