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

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 Debug for TechnologySignature
[src]

Formats the value using the given formatter.