pub struct SystemSlotCharacteristics2 {
    pub raw: u8,
}
Expand description

Fields

raw: u8

Raw value

raw is useful when there are values not yet defiend. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.

Implementations

PCI slot supports Power Management Event (PME#) signal.

Slot supports hot-plug devices.

PCI slot supports SMBus signal.

PCIe slot supports bifurcation.

This slot can partition its lanes into two or more PCIe devices plugged into the slot. Note: This field does not indicate complete details on what levels of bifurcation are supported by the slot, but only that the slot supports some level of bifurcation.

Slot supports async/surprise removal.

i.e., removal without prior notification to the operating system, device driver, or applications.

Flexbus slot, CXL 1.0 capable.

Flexbus slot, CXL 2.0 capable.

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.