Enum nitf_rs::headers::image_hdr::ImageRepresentation
source · pub enum ImageRepresentation {
MONO,
RGB,
RGBLUT,
MULTI,
NODISPLY,
NVECTOR,
POLAR,
VPH,
YCbCr601,
}
Expand description
Image representation values
Variants§
MONO
Monochrome
RGB
RGB true color
RGBLUT
RGB/LUT for mapped color
MULTI
Multiband imagery
NODISPLY
Not intended for display
NVECTOR
Vectors with cartesian coordinates
POLAR
Vectors with polar coordinates
VPH
SAR video phase history
YCbCr601
Compressed in the ITU-R recommendation
Trait Implementations§
source§impl Clone for ImageRepresentation
impl Clone for ImageRepresentation
source§fn clone(&self) -> ImageRepresentation
fn clone(&self) -> ImageRepresentation
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 ImageRepresentation
impl Debug for ImageRepresentation
source§impl Default for ImageRepresentation
impl Default for ImageRepresentation
source§fn default() -> ImageRepresentation
fn default() -> ImageRepresentation
Returns the “default value” for a type. Read more
source§impl FromStr for ImageRepresentation
impl FromStr for ImageRepresentation
source§impl PartialEq for ImageRepresentation
impl PartialEq for ImageRepresentation
source§fn eq(&self, other: &ImageRepresentation) -> bool
fn eq(&self, other: &ImageRepresentation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ImageRepresentation
impl StructuralEq for ImageRepresentation
impl StructuralPartialEq for ImageRepresentation
Auto Trait Implementations§
impl RefUnwindSafe for ImageRepresentation
impl Send for ImageRepresentation
impl Sync for ImageRepresentation
impl Unpin for ImageRepresentation
impl UnwindSafe for ImageRepresentation
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