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

'dcam'

'fscn'

'rscn'

'ijet'

'twax'

'epho'

'esta'

'dsub'

'rpho'

'fprn'

'vidm'

'vidc'

'pjtv'

'CRT '

'PMD '

'AMD '

'KPCD'

'imgs'

'grav'

'offs'

'silk'

'flex'

'mpfs'

'mpfr'

'dmpc'

'dcpj'

Trait Implementations

impl Copy for TechnologySignature
[src]

impl Clone for TechnologySignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TechnologySignature
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TechnologySignature
[src]

impl Hash for TechnologySignature
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for TechnologySignature
[src]

Formats the value using the given formatter.