pub enum HclassType {
Show 28 variants
AmplifiersAndComparators,
AudioIcs,
Automotive,
ClocksAndTimers,
DataConverters,
DigitalSetTopBoxIcs,
DiodesAndRectifiers,
ImagingAndPhotonicsDevices,
InterfacesAndTransceivers,
Memories,
MemsAndSensors,
MotorDrivers,
Nfc,
Other,
Positioning,
PowerManagement,
PowerModules,
PowerTransistors,
Protections,
RadioFrequency,
ResetAndSupervisorIcs,
SecureMcus,
SicDevices,
SpaceDevices,
SwitchesAndMultiplexers,
ThyristorsAndAcSwitches,
TouchAndDisplayControllers,
Wireless,
}Expand description
Predefined hardware part class names per HclassType
Variants§
AmplifiersAndComparators
AudioIcs
“Audio ICs”
Automotive
ClocksAndTimers
DataConverters
DigitalSetTopBoxIcs
“Digital Set-Top Box ICs”
DiodesAndRectifiers
ImagingAndPhotonicsDevices
InterfacesAndTransceivers
Memories
MemsAndSensors
“MEMS and Sensors”
MotorDrivers
Nfc
“NFC”
Other
Positioning
PowerManagement
PowerModules
PowerTransistors
Protections
RadioFrequency
ResetAndSupervisorIcs
“Reset and Supervisor ICs”
SecureMcus
“Secure MCUs”
SicDevices
“SiC Devices”
SpaceDevices
SwitchesAndMultiplexers
ThyristorsAndAcSwitches
“Thyristors and AC Switches”
TouchAndDisplayControllers
Wireless
Trait Implementations§
Source§impl Clone for HclassType
impl Clone for HclassType
Source§fn clone(&self) -> HclassType
fn clone(&self) -> HclassType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HclassType
impl Debug for HclassType
Source§impl<'de> Deserialize<'de> for HclassType
impl<'de> Deserialize<'de> for HclassType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HclassType
Source§impl PartialEq for HclassType
impl PartialEq for HclassType
Source§impl Serialize for HclassType
impl Serialize for HclassType
impl StructuralPartialEq for HclassType
Source§impl TryFrom<&str> for HclassType
impl TryFrom<&str> for HclassType
Auto Trait Implementations§
impl Freeze for HclassType
impl RefUnwindSafe for HclassType
impl Send for HclassType
impl Sync for HclassType
impl Unpin for HclassType
impl UnsafeUnpin for HclassType
impl UnwindSafe for HclassType
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