pub struct WebpOptions {
pub quality: f32,
pub lossless: bool,
}Fields§
§quality: f32§lossless: boolTrait Implementations§
Source§impl Clone for WebpOptions
impl Clone for WebpOptions
Source§fn clone(&self) -> WebpOptions
fn clone(&self) -> WebpOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebpOptions
Source§impl Debug for WebpOptions
impl Debug for WebpOptions
Auto Trait Implementations§
impl Freeze for WebpOptions
impl RefUnwindSafe for WebpOptions
impl Send for WebpOptions
impl Sync for WebpOptions
impl Unpin for WebpOptions
impl UnsafeUnpin for WebpOptions
impl UnwindSafe for WebpOptions
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