Enum smbioslib::SegmentGroupNumber [−][src]
pub enum SegmentGroupNumber { SingleSegment, Number(u16), NotApplicable, }
Expand description
Variants
Single-Segment Topology (no group number)
Number(u16)
Segment Group Number
For devices that are not of types PCI, AGP, PCI-X, or PCI-Express and that do not have bus/device/function information.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SegmentGroupNumber
impl Send for SegmentGroupNumber
impl Sync for SegmentGroupNumber
impl Unpin for SegmentGroupNumber
impl UnwindSafe for SegmentGroupNumber