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 PowerCords
impl Send for PowerCords
impl Sync for PowerCords
impl Unpin for PowerCords
impl UnwindSafe for PowerCords