pub enum PcieDevicePortType {
PcieEndpoint = 0,
PcieLegacyEndpoint = 1,
RootPort = 4,
UpstreamPort = 5,
DownstreamPort = 6,
Pcie2PciBridge = 7,
Pci2PcieBridge = 8,
RCIntegratedEndpoint = 9,
RCEventCollector = 10,
}Variants§
PcieEndpoint = 0
PcieLegacyEndpoint = 1
RootPort = 4
UpstreamPort = 5
DownstreamPort = 6
Pcie2PciBridge = 7
Pci2PcieBridge = 8
RCIntegratedEndpoint = 9
RCEventCollector = 10
Trait Implementations§
Source§impl Clone for PcieDevicePortType
impl Clone for PcieDevicePortType
Source§fn clone(&self) -> PcieDevicePortType
fn clone(&self) -> PcieDevicePortType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for PcieDevicePortType
impl PartialEq for PcieDevicePortType
impl Copy for PcieDevicePortType
impl Eq for PcieDevicePortType
impl StructuralPartialEq for PcieDevicePortType
Auto Trait Implementations§
impl Freeze for PcieDevicePortType
impl RefUnwindSafe for PcieDevicePortType
impl Send for PcieDevicePortType
impl Sync for PcieDevicePortType
impl Unpin for PcieDevicePortType
impl UnwindSafe for PcieDevicePortType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more