pub struct SMBiosSystemSlot<'a> { /* private fields */ }
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.
Compliant with: DMTF SMBIOS Reference Specification 3.7.0 (DSP0134) Document Date: 2023-07-21
Implementations§
Source§impl<'a> SMBiosSystemSlot<'a>
impl<'a> SMBiosSystemSlot<'a>
Sourcepub fn slot_designation(&self) -> SMBiosString
pub fn slot_designation(&self) -> SMBiosString
Slot Designation
Sourcepub fn system_slot_type(&self) -> Option<SystemSlotTypeData>
pub fn system_slot_type(&self) -> Option<SystemSlotTypeData>
Slot Type
Sourcepub fn slot_data_bus_width(&self) -> Option<SlotWidthData>
pub fn slot_data_bus_width(&self) -> Option<SlotWidthData>
Slot Data Bus Width
Sourcepub fn current_usage(&self) -> Option<SlotCurrentUsageData>
pub fn current_usage(&self) -> Option<SlotCurrentUsageData>
Current Usage
Sourcepub fn slot_length(&self) -> Option<SlotLengthData>
pub fn slot_length(&self) -> Option<SlotLengthData>
Slot Length
Sourcepub fn slot_id(&self) -> Option<SystemSlotId>
pub fn slot_id(&self) -> Option<SystemSlotId>
Slot Id
Sourcepub fn slot_characteristics_1(&self) -> Option<SystemSlotCharacteristics1>
pub fn slot_characteristics_1(&self) -> Option<SystemSlotCharacteristics1>
Slot Characteristics 1
Sourcepub fn slot_characteristics_2(&self) -> Option<SystemSlotCharacteristics2>
pub fn slot_characteristics_2(&self) -> Option<SystemSlotCharacteristics2>
Slot Characteristics 2
Sourcepub fn segment_group_number(&self) -> Option<SegmentGroupNumber>
pub fn segment_group_number(&self) -> Option<SegmentGroupNumber>
Segment Group Number (Base)
Sourcepub fn bus_number(&self) -> Option<BusNumber>
pub fn bus_number(&self) -> Option<BusNumber>
Bus Number (Base)
Sourcepub fn device_function_number(&self) -> Option<DeviceFunctionNumber>
pub fn device_function_number(&self) -> Option<DeviceFunctionNumber>
Device/Function Number (Base)
Sourcepub fn data_bus_width(&self) -> Option<u8>
pub fn data_bus_width(&self) -> Option<u8>
Data Bus Width (Base)
Sourcepub fn peer_group_count(&self) -> Option<usize>
pub fn peer_group_count(&self) -> Option<usize>
Number of peer Segment/Bus/Device/Function/Width groups that follow
Sourcepub fn peer_group_iterator(&'a self) -> SlotPeerGroupIterator<'a> ⓘ
pub fn peer_group_iterator(&'a self) -> SlotPeerGroupIterator<'a> ⓘ
Iterates over the SlotPeerGroup entries
Sourcepub fn slot_information(&self) -> Option<u8>
pub fn slot_information(&self) -> Option<u8>
Slot Information
Sourcepub fn slot_physical_width(&self) -> Option<SlotWidthData>
pub fn slot_physical_width(&self) -> Option<SlotWidthData>
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.
Sourcepub fn slot_pitch(&self) -> Option<u16>
pub fn slot_pitch(&self) -> Option<u16>
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.
Sourcepub fn slot_height(&self) -> Option<SlotHeightData>
pub fn slot_height(&self) -> Option<SlotHeightData>
Slot Height
This field indicates the maximum supported card height for the slot.
Available in version 3.5.0 and later.