pub enum ProductCategory {
Show 63 variants
NotDeclared,
Fixture,
FixtureFixed,
FixtureMovingYoke,
FixtureMovingMirror,
FixtureOther,
FixtureAccessory,
FixtureAccessoryColor,
FixtureAccessoryYoke,
FixtureAccessoryMirror,
FixtureAccessoryEffect,
FixtureAccessoryBeam,
AccessoryOther,
Projector,
ProjectorFixed,
ProjectorMovingYoke,
ProjectorMovingMirror,
ProjectorOther,
Atmospheric,
AtmosphericEffect,
AtmosphericPyro,
AtmosphericOther,
Dimmer,
DimmerACIncandescent,
DimmerACFlourescent,
DimmerACColdCathode,
DimmerACNonDimModule,
DimmerACLowVoltage,
DimmerControllableAC,
DimmerDCLevelOutput,
DimmerDCPWMOutput,
DimmerSpecialisedLED,
DimmerOther,
Power,
PowerControl,
PowerSource,
PowerOther,
Scenic,
ScenicDrive,
ScenicOther,
Data,
DataDistribution,
DataConversion,
DataOther,
AV,
AVAudio,
AVVideo,
AVOther,
Monitor,
MonitorACLinePower,
MonitorDCPower,
MonitorEnvironmental,
MonitorOther,
Control,
ControlController,
ControlBackupDevice,
ControlOther,
Test,
TestEquipment,
TestEquipmentOther,
Other,
ManufacturerSpecific(u16),
Unknown(u16),
}
Variants§
NotDeclared
Fixture
FixtureFixed
FixtureMovingYoke
FixtureMovingMirror
FixtureOther
FixtureAccessory
FixtureAccessoryColor
FixtureAccessoryYoke
FixtureAccessoryMirror
FixtureAccessoryEffect
FixtureAccessoryBeam
AccessoryOther
Projector
ProjectorFixed
ProjectorMovingYoke
ProjectorMovingMirror
ProjectorOther
Atmospheric
AtmosphericEffect
AtmosphericPyro
AtmosphericOther
Dimmer
DimmerACIncandescent
DimmerACFlourescent
DimmerACColdCathode
DimmerACNonDimModule
DimmerACLowVoltage
DimmerControllableAC
DimmerDCLevelOutput
DimmerDCPWMOutput
DimmerSpecialisedLED
DimmerOther
Power
PowerControl
PowerSource
PowerOther
Scenic
ScenicDrive
ScenicOther
Data
DataDistribution
DataConversion
DataOther
AV
AVAudio
AVVideo
AVOther
Monitor
MonitorACLinePower
MonitorDCPower
MonitorEnvironmental
MonitorOther
Control
ControlController
ControlBackupDevice
ControlOther
Test
TestEquipment
TestEquipmentOther
Other
ManufacturerSpecific(u16)
Unknown(u16)
Trait Implementations§
Source§impl Clone for ProductCategory
impl Clone for ProductCategory
Source§fn clone(&self) -> ProductCategory
fn clone(&self) -> ProductCategory
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 ProductCategory
impl Debug for ProductCategory
Source§impl From<ProductCategory> for u16
impl From<ProductCategory> for u16
Source§fn from(value: ProductCategory) -> Self
fn from(value: ProductCategory) -> Self
Converts to this type from the input type.
Source§impl From<u16> for ProductCategory
impl From<u16> for ProductCategory
Source§impl PartialEq for ProductCategory
impl PartialEq for ProductCategory
impl Copy for ProductCategory
impl StructuralPartialEq for ProductCategory
Auto Trait Implementations§
impl Freeze for ProductCategory
impl RefUnwindSafe for ProductCategory
impl Send for ProductCategory
impl Sync for ProductCategory
impl Unpin for ProductCategory
impl UnwindSafe for ProductCategory
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