pub enum ProductDetail {
Show 82 variants
NotDeclared,
Arc,
MetalHalide,
Incandescent,
Led,
Fluorescent,
ColdCathode,
ElectroLuminescent,
Laser,
FlashTube,
ColorScroller,
ColorWheel,
ColorChange,
IrisDouser,
DimmingShutter,
ProfileShutter,
BarnDoorShutter,
EffectsDisc,
GoboRotator,
Video,
Slide,
Film,
OilWheel,
LcdGate,
FoggerGlycol,
FoggerMineralOil,
FoggerWater,
CO2,
LN2,
Bubble,
FlamePropane,
FlameOther,
OlefactoryStimulator,
Snow,
WaterJet,
Wind,
Confetti,
Hazard,
PhaseControl,
ReversePhaseControl,
Sine,
Pwm,
Dc,
HfBallast,
HfHvNeonBallast,
HfHvEl,
MhrBallast,
BitangleModulation,
FrequencyModulation,
HighFrequency12V,
RelayMechanical,
RelayElectronic,
SwitchElectronic,
Contactor,
MirrorBallRotator,
OtherRotator,
KabukiDrop,
Curtain,
LineSet,
MotorControl,
DamperControl,
Splitter,
EthernetNode,
Merge,
DataPatch,
WirelessLink,
ProtocolConvertor,
AnalogDemultiplex,
AnalogMultiplex,
SwitchPanel,
Router,
Fader,
Mixer,
ChangeOverManual,
ChangeOverAuto,
Test,
GfiRcd,
Battery,
ControllableBreaker,
Other,
ManufacturerSpecific(u16),
Unknown(u16),
}
Variants§
NotDeclared
Arc
MetalHalide
Incandescent
Led
Fluorescent
ColdCathode
ElectroLuminescent
Laser
FlashTube
ColorScroller
ColorWheel
ColorChange
IrisDouser
DimmingShutter
ProfileShutter
BarnDoorShutter
EffectsDisc
GoboRotator
Video
Slide
Film
OilWheel
LcdGate
FoggerGlycol
FoggerMineralOil
FoggerWater
CO2
LN2
Bubble
FlamePropane
FlameOther
OlefactoryStimulator
Snow
WaterJet
Wind
Confetti
Hazard
PhaseControl
ReversePhaseControl
Sine
Pwm
Dc
HfBallast
HfHvNeonBallast
HfHvEl
MhrBallast
BitangleModulation
FrequencyModulation
HighFrequency12V
RelayMechanical
RelayElectronic
SwitchElectronic
Contactor
MirrorBallRotator
OtherRotator
KabukiDrop
Curtain
LineSet
MotorControl
DamperControl
Splitter
EthernetNode
Merge
DataPatch
WirelessLink
ProtocolConvertor
AnalogDemultiplex
AnalogMultiplex
SwitchPanel
Router
Fader
Mixer
ChangeOverManual
ChangeOverAuto
Test
GfiRcd
Battery
ControllableBreaker
Other
ManufacturerSpecific(u16)
Unknown(u16)
Trait Implementations§
Source§impl Clone for ProductDetail
impl Clone for ProductDetail
Source§fn clone(&self) -> ProductDetail
fn clone(&self) -> ProductDetail
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 ProductDetail
impl Debug for ProductDetail
Source§impl From<ProductDetail> for u16
impl From<ProductDetail> for u16
Source§fn from(value: ProductDetail) -> Self
fn from(value: ProductDetail) -> Self
Converts to this type from the input type.
Source§impl From<u16> for ProductDetail
impl From<u16> for ProductDetail
Source§impl PartialEq for ProductDetail
impl PartialEq for ProductDetail
impl Copy for ProductDetail
impl StructuralPartialEq for ProductDetail
Auto Trait Implementations§
impl Freeze for ProductDetail
impl RefUnwindSafe for ProductDetail
impl Send for ProductDetail
impl Sync for ProductDetail
impl Unpin for ProductDetail
impl UnwindSafe for ProductDetail
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