Enum smbioslib::PowerCords [−][src]
pub enum PowerCords {
Unspecified,
Count(u8),
}Expand description
Variants
The number of power cords is not specified.
Count(u8)The number of power cords
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PowerCordsimpl Send for PowerCordsimpl Sync for PowerCordsimpl Unpin for PowerCordsimpl UnwindSafe for PowerCords