pub struct EyeOptions {
pub uchar: bool,
pub factor: f64,
}
Expand description
Options for eye operation
Fields§
§uchar: bool
uchar: bool
-> Output an unsigned char image
default: false
factor: f64
factor: f64
-> Maximum spatial frequency
min: 0, max: 1, default: 0.5
Trait Implementations§
Source§impl Clone for EyeOptions
impl Clone for EyeOptions
Source§fn clone(&self) -> EyeOptions
fn clone(&self) -> EyeOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EyeOptions
impl Debug for EyeOptions
Auto Trait Implementations§
impl Freeze for EyeOptions
impl RefUnwindSafe for EyeOptions
impl Send for EyeOptions
impl Sync for EyeOptions
impl Unpin for EyeOptions
impl UnwindSafe for EyeOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more