Struct libvips_rs::ops::LinearOptions
source · pub struct LinearOptions {
pub uchar: bool,
}
Expand description
Options for linear operation
Fields§
§uchar: bool
uchar: bool
-> Output should be uchar
default: false
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LinearOptions
impl Send for LinearOptions
impl Sync for LinearOptions
impl Unpin for LinearOptions
impl UnwindSafe for LinearOptions
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