Struct smbioslib::SMBiosPortConnectorInformation [−][src]
pub struct SMBiosPortConnectorInformation<'a> { /* fields omitted */ }
Expand description
Port Connector Information (Type 8)
The information in this structure defines the attributes of a system port connector (for example, parallel, serial, keyboard, or mouse ports). The port’s type and connector information are provided. One structure is present for each port provided by the system.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
Internal reference designator, that is, internal to the system enclosure
EXAMPLE: “J101”
Internal connector type
External reference designation, external to the system enclosure
EXAMPLE: “COM A”
External connector type
Describes the function of the port
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 SMBiosPortConnectorInformation<'a>
impl<'a> Send for SMBiosPortConnectorInformation<'a>
impl<'a> Sync for SMBiosPortConnectorInformation<'a>
impl<'a> Unpin for SMBiosPortConnectorInformation<'a>
impl<'a> UnwindSafe for SMBiosPortConnectorInformation<'a>