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