#[repr(C)]pub struct _spinJPG2Option {
pub quality: c_uint,
pub reserved: [c_uint; 16],
}Expand description
Options for saving JPEG 2000 images. Used in saving PPM images with a call to spinImageSaveJpg2().
Fields§
§quality: c_uintJPEG saving quality in range (1-512).
reserved: [c_uint; 16]Reserved for future use.
Trait Implementations§
Source§impl Clone for _spinJPG2Option
impl Clone for _spinJPG2Option
Source§fn clone(&self) -> _spinJPG2Option
fn clone(&self) -> _spinJPG2Option
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 _spinJPG2Option
impl Debug for _spinJPG2Option
impl Copy for _spinJPG2Option
Auto Trait Implementations§
impl Freeze for _spinJPG2Option
impl RefUnwindSafe for _spinJPG2Option
impl Send for _spinJPG2Option
impl Sync for _spinJPG2Option
impl Unpin for _spinJPG2Option
impl UnwindSafe for _spinJPG2Option
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