pub struct JpegOptions {
pub quality: u8,
}Expand description
JPEG encoding options for the TIFF writer.
Fields§
§quality: u8Quality in the range 1..=100.
Trait Implementations§
Source§impl Clone for JpegOptions
impl Clone for JpegOptions
Source§fn clone(&self) -> JpegOptions
fn clone(&self) -> JpegOptions
Returns a duplicate 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 JpegOptions
impl Debug for JpegOptions
Source§impl Default for JpegOptions
impl Default for JpegOptions
Source§impl PartialEq for JpegOptions
impl PartialEq for JpegOptions
impl Copy for JpegOptions
impl Eq for JpegOptions
impl StructuralPartialEq for JpegOptions
Auto Trait Implementations§
impl Freeze for JpegOptions
impl RefUnwindSafe for JpegOptions
impl Send for JpegOptions
impl Sync for JpegOptions
impl Unpin for JpegOptions
impl UnsafeUnpin for JpegOptions
impl UnwindSafe for JpegOptions
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