#[repr(C)]pub struct _fc2JPEGOption {
pub progressive: BOOL,
pub quality: c_uint,
pub reserved: [c_uint; 16],
}Fields§
§progressive: BOOL§quality: c_uint§reserved: [c_uint; 16]Trait Implementations§
Source§impl Clone for _fc2JPEGOption
impl Clone for _fc2JPEGOption
Source§fn clone(&self) -> _fc2JPEGOption
fn clone(&self) -> _fc2JPEGOption
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 _fc2JPEGOption
impl Debug for _fc2JPEGOption
Source§impl Default for _fc2JPEGOption
impl Default for _fc2JPEGOption
impl Copy for _fc2JPEGOption
Auto Trait Implementations§
impl Freeze for _fc2JPEGOption
impl RefUnwindSafe for _fc2JPEGOption
impl Send for _fc2JPEGOption
impl Sync for _fc2JPEGOption
impl Unpin for _fc2JPEGOption
impl UnwindSafe for _fc2JPEGOption
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