pub enum JpegColorSpace {
DeviceRGB,
DeviceGray,
}Expand description
JPEG color space for the PDF /ColorSpace entry.
Variants§
Trait Implementations§
Source§impl Clone for JpegColorSpace
impl Clone for JpegColorSpace
Source§fn clone(&self) -> JpegColorSpace
fn clone(&self) -> JpegColorSpace
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 JpegColorSpace
impl Debug for JpegColorSpace
impl Copy for JpegColorSpace
Auto Trait Implementations§
impl Freeze for JpegColorSpace
impl RefUnwindSafe for JpegColorSpace
impl Send for JpegColorSpace
impl Sync for JpegColorSpace
impl Unpin for JpegColorSpace
impl UnsafeUnpin for JpegColorSpace
impl UnwindSafe for JpegColorSpace
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