pub enum PortBarSubregionKind {
CxlComponentRegisters,
MsiXTable,
MsiXPba,
}Expand description
Generic PCIe port BAR subregion kind.
Variants§
CxlComponentRegisters
CXL component register space.
MsiXTable
MSI-X table subregion.
MsiXPba
MSI-X pending bit array subregion.
Trait Implementations§
Source§impl Clone for PortBarSubregionKind
impl Clone for PortBarSubregionKind
Source§fn clone(&self) -> PortBarSubregionKind
fn clone(&self) -> PortBarSubregionKind
Returns a duplicate 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 Debug for PortBarSubregionKind
impl Debug for PortBarSubregionKind
Source§impl PartialEq for PortBarSubregionKind
impl PartialEq for PortBarSubregionKind
impl Copy for PortBarSubregionKind
impl Eq for PortBarSubregionKind
impl StructuralPartialEq for PortBarSubregionKind
Auto Trait Implementations§
impl Freeze for PortBarSubregionKind
impl RefUnwindSafe for PortBarSubregionKind
impl Send for PortBarSubregionKind
impl Sync for PortBarSubregionKind
impl Unpin for PortBarSubregionKind
impl UnsafeUnpin for PortBarSubregionKind
impl UnwindSafe for PortBarSubregionKind
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