Enum lcms2_sys::ffi::TechnologySignature
[−]
[src]
#[repr(u32)]pub enum TechnologySignature { DigitalCamera, FilmScanner, ReflectiveScanner, InkJetPrinter, ThermalWaxPrinter, ElectrophotographicPrinter, ElectrostaticPrinter, DyeSublimationPrinter, PhotographicPaperPrinter, FilmWriter, VideoMonitor, VideoCamera, ProjectionTelevision, CRTDisplay, PMDisplay, AMDisplay, PhotoCD, PhotoImageSetter, Gravure, OffsetLithography, Silkscreen, Flexography, MotionPictureFilmScanner, MotionPictureFilmRecorder, DigitalMotionPictureCamera, DigitalCinemaProjector, }
Variants
DigitalCamera'dcam'
FilmScanner'fscn'
ReflectiveScanner'rscn'
InkJetPrinter'ijet'
ThermalWaxPrinter'twax'
ElectrophotographicPrinter'epho'
ElectrostaticPrinter'esta'
DyeSublimationPrinter'dsub'
PhotographicPaperPrinter'rpho'
FilmWriter'fprn'
VideoMonitor'vidm'
VideoCamera'vidc'
ProjectionTelevision'pjtv'
CRTDisplay'CRT '
PMDisplay'PMD '
AMDisplay'AMD '
PhotoCD'KPCD'
PhotoImageSetter'imgs'
Gravure'grav'
OffsetLithography'offs'
Silkscreen'silk'
Flexography'flex'
MotionPictureFilmScanner'mpfs'
MotionPictureFilmRecorder'mpfr'
DigitalMotionPictureCamera'dmpc'
DigitalCinemaProjector'dcpj'
Trait Implementations
impl Copy for TechnologySignature[src]
impl Clone for TechnologySignature[src]
fn clone(&self) -> TechnologySignature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for TechnologySignature[src]
fn eq(&self, __arg_0: &TechnologySignature) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for TechnologySignature[src]
impl Hash for TechnologySignature[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more