pub enum TechnologySignatures {
Show 29 variants
FilmScanner,
DigitalCamera,
ReflectiveScanner,
InkJetPrinter,
ThermalWaxPrinter,
ElectrophotographicPrinter,
ElectrostaticPrinter,
DyeSublimationPrinter,
PhotographicPaperPrinter,
FilmWriter,
VideoMonitor,
VideoCamera,
ProjectionTelevision,
CathodeRayTubeDisplay,
PassiveMatrixDisplay,
ActiveMatrixDisplay,
LiquidCrystalDisplay,
OrganicLedDisplay,
PhotoCd,
PhotographicImageSetter,
Gravure,
OffsetLithography,
Silkscreen,
Flexography,
MotionPictureFilmScanner,
MotionPictureFilmRecorder,
DigitalMotionPictureCamera,
DigitalCinemaProjector,
Unknown(u32),
}
Variants§
FilmScanner
DigitalCamera
ReflectiveScanner
InkJetPrinter
ThermalWaxPrinter
ElectrophotographicPrinter
ElectrostaticPrinter
DyeSublimationPrinter
PhotographicPaperPrinter
FilmWriter
VideoMonitor
VideoCamera
ProjectionTelevision
CathodeRayTubeDisplay
PassiveMatrixDisplay
ActiveMatrixDisplay
LiquidCrystalDisplay
OrganicLedDisplay
PhotoCd
PhotographicImageSetter
Gravure
OffsetLithography
Silkscreen
Flexography
MotionPictureFilmScanner
MotionPictureFilmRecorder
DigitalMotionPictureCamera
DigitalCinemaProjector
Unknown(u32)
Trait Implementations§
Source§impl Clone for TechnologySignatures
impl Clone for TechnologySignatures
Source§fn clone(&self) -> TechnologySignatures
fn clone(&self) -> TechnologySignatures
Returns a duplicate 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 TechnologySignatures
impl Debug for TechnologySignatures
Source§impl From<u32> for TechnologySignatures
impl From<u32> for TechnologySignatures
Source§impl Ord for TechnologySignatures
impl Ord for TechnologySignatures
Source§fn cmp(&self, other: &TechnologySignatures) -> Ordering
fn cmp(&self, other: &TechnologySignatures) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TechnologySignatures
impl PartialEq for TechnologySignatures
Source§impl PartialOrd for TechnologySignatures
impl PartialOrd for TechnologySignatures
impl Copy for TechnologySignatures
impl Eq for TechnologySignatures
impl StructuralPartialEq for TechnologySignatures
Auto Trait Implementations§
impl Freeze for TechnologySignatures
impl RefUnwindSafe for TechnologySignatures
impl Send for TechnologySignatures
impl Sync for TechnologySignatures
impl Unpin for TechnologySignatures
impl UnwindSafe for TechnologySignatures
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