pub struct Options {
pub min_rate: u16,
pub max_rate: u16,
pub line_shift_rng: f64,
pub reverse_rng: f64,
pub flip_rng: f64,
pub channel_swap_rng: f64,
pub channel_shift_rng: f64,
pub pixelation: u8,
}Expand description
Processing options
Minimal pixelation value is 1 (off).
Fields
min_rate: u16max_rate: u16line_shift_rng: f64reverse_rng: f64flip_rng: f64channel_swap_rng: f64channel_shift_rng: f64pixelation: u8Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more