Struct smbioslib::SMBiosSystemSlot [−][src]
pub struct SMBiosSystemSlot<'a> { /* fields omitted */ }
Expand description
System Slots (Type 9)
The information in this structure defines the attributes of a system slot. One structure is provided for each slot in the system.
Implementations
Slot Designation
Slot Type
Slot Data Bus Width
Current Usage
Slot Length
Slot Characteristics 1
Slot Characteristics 2
Segment Group Number (Base)
Bus Number (Base)
Device/Function Number (Base)
Data Bus Width (Base)
Number of peer Segment/Bus/Device/Function/Width groups that follow
pub fn peer_group_iterator(&'a self) -> SlotPeerGroupIterator<'a>ⓘNotable traits for SlotPeerGroupIterator<'a>
impl<'a> Iterator for SlotPeerGroupIterator<'a> type Item = SlotPeerGroup<'a>;
[src]
pub fn peer_group_iterator(&'a self) -> SlotPeerGroupIterator<'a>ⓘNotable traits for SlotPeerGroupIterator<'a>
impl<'a> Iterator for SlotPeerGroupIterator<'a> type Item = SlotPeerGroup<'a>;
[src]Iterates over the SlotPeerGroup entries
Slot Information
Slot Physical Width
This field indicates the physical width of the slot whereas slot_data_bus_width() indicates the electrical width of the slot.
The possible values of both fields are listed in Table 46 – System Slots: Slot Width field.
Slot Pitch
The Slot Pitch field contains a numeric value that indicates the pitch of the slot in units of 1/100 millimeter.
The pitch is defined by each slot/card specification, but typically describes add-in card to add-in card pitch.
For EDSFF slots, the pitch is defined in SFF-TA-1006 table 7.1, SFF-TA-1007 table 7.1 (add-in card to add-in card pitch), and SFF-TA-1008 table 6-1 (SSD to SSD pitch).
For example, if the pitch for the slot is 12.5 mm, the value 1250 would be used.
A value of 0 implies that the slot pitch is not given or is unknown.
Trait Implementations
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosSystemSlot<'a>
impl<'a> Send for SMBiosSystemSlot<'a>
impl<'a> Sync for SMBiosSystemSlot<'a>
impl<'a> Unpin for SMBiosSystemSlot<'a>
impl<'a> UnwindSafe for SMBiosSystemSlot<'a>