Enum pixels_graphics_lib::scaling::Scaling
source ·
[−]pub enum Scaling {
NearestNeighbour {
x_scale: NonZeroUsize,
y_scale: NonZeroUsize,
},
Epx2x,
Epx4x,
}
Variants
NearestNeighbour
Increase size of image by x_scale and y_scale Where {2,2} doubles the size
Epx2x
Epx4x
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scaling
impl UnwindSafe for Scaling
Blanket Implementations
Mutably borrows from an owned value. Read more