pub enum ChassisType {
Show 37 variants
Other,
Unknown,
Desktop,
LowProfileDesktop,
PizzaBox,
MiniTower,
Tower,
Portable,
Laptop,
Notebook,
HandHeld,
DockingStation,
AllInOne,
SubNotebook,
SpaceSaving,
LunchBox,
MainServerChassis,
ExpansionChassis,
SubChassis,
BusExpansionChassis,
PeripheralChassis,
RaidChassis,
RackMountChassis,
SealedCasePC,
MultiSystemChassis,
CompactPci,
AdvancedTca,
Blade,
BladeEnclosure,
Tablet,
Convertible,
Detachable,
IoTGateway,
EmbeddedPC,
MiniPC,
StickPC,
None,
}
Expand description
§Chassis Type
Variants§
Other
Other
Unknown
Unknown
Desktop
Desktop
LowProfileDesktop
Low Profile Desktop
PizzaBox
Pizza Box
MiniTower
Mini Tower
Tower
Tower
Portable
Portable
Laptop
Laptop
Notebook
Notebook
HandHeld
Hand Held
DockingStation
Docking Station
AllInOne
All in One
SubNotebook
Sub Notebook
SpaceSaving
Space-saving
LunchBox
Lunch Box
MainServerChassis
Main Server Chassis
ExpansionChassis
Expansion Chassis
SubChassis
SubChassis
BusExpansionChassis
Bus Expansion Chassis
PeripheralChassis
Peripheral Chassis
RaidChassis
RAID Chassis
RackMountChassis
Rack Mount Chassis
SealedCasePC
Sealed-case PC
MultiSystemChassis
Multi-system chassis
CompactPci
Compact PCI
AdvancedTca
Advanced TCA
Blade
Blade
BladeEnclosure
Blade Encloser
Tablet
Tablet
Convertible
Convertible
Detachable
Detachable
IoTGateway
IoT Gateway
EmbeddedPC
Embedded PC
MiniPC
Mini PC
StickPC
Stick PC
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for ChassisType
impl Debug for ChassisType
Source§impl PartialEq for ChassisType
impl PartialEq for ChassisType
Source§impl Serialize for ChassisType
impl Serialize for ChassisType
impl Eq for ChassisType
impl StructuralPartialEq for ChassisType
Auto Trait Implementations§
impl Freeze for ChassisType
impl RefUnwindSafe for ChassisType
impl Send for ChassisType
impl Sync for ChassisType
impl Unpin for ChassisType
impl UnwindSafe for ChassisType
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