#[repr(C)]pub struct sk_jpegencoder_options_t {
pub fQuality: c_int,
pub fDownsample: sk_jpegencoder_downsample_t,
pub fAlphaOption: sk_jpegencoder_alphaoption_t,
pub xmpMetadata: *const sk_data_t,
pub fICCProfile: *const sk_colorspace_icc_profile_t,
pub fICCProfileDescription: *const c_char,
}Fields§
§fQuality: c_int§fDownsample: sk_jpegencoder_downsample_t§fAlphaOption: sk_jpegencoder_alphaoption_t§xmpMetadata: *const sk_data_t§fICCProfile: *const sk_colorspace_icc_profile_t§fICCProfileDescription: *const c_charTrait Implementations§
Source§impl Clone for sk_jpegencoder_options_t
impl Clone for sk_jpegencoder_options_t
Source§fn clone(&self) -> sk_jpegencoder_options_t
fn clone(&self) -> sk_jpegencoder_options_t
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 sk_jpegencoder_options_t
impl Debug for sk_jpegencoder_options_t
impl Copy for sk_jpegencoder_options_t
Auto Trait Implementations§
impl Freeze for sk_jpegencoder_options_t
impl RefUnwindSafe for sk_jpegencoder_options_t
impl !Send for sk_jpegencoder_options_t
impl !Sync for sk_jpegencoder_options_t
impl Unpin for sk_jpegencoder_options_t
impl UnwindSafe for sk_jpegencoder_options_t
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