Enum sndjvu_format::Iw44ColorSpace
source · pub enum Iw44ColorSpace {
YCbCr,
Gray,
}
Expand description
Color space of the image data in a BG44
, FG44
, or TH44
chunk.
Variants§
Trait Implementations§
source§impl Clone for Iw44ColorSpace
impl Clone for Iw44ColorSpace
source§fn clone(&self) -> Iw44ColorSpace
fn clone(&self) -> Iw44ColorSpace
Returns a copy 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 Iw44ColorSpace
impl Debug for Iw44ColorSpace
source§impl PartialEq for Iw44ColorSpace
impl PartialEq for Iw44ColorSpace
source§fn eq(&self, other: &Iw44ColorSpace) -> bool
fn eq(&self, other: &Iw44ColorSpace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Iw44ColorSpace
impl Eq for Iw44ColorSpace
impl StructuralEq for Iw44ColorSpace
impl StructuralPartialEq for Iw44ColorSpace
Auto Trait Implementations§
impl RefUnwindSafe for Iw44ColorSpace
impl Send for Iw44ColorSpace
impl Sync for Iw44ColorSpace
impl Unpin for Iw44ColorSpace
impl UnwindSafe for Iw44ColorSpace
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