pub enum PciConfigSpaceAccessMechanism {
MemoryMapped = 0,
IoPort = 1,
}
Expand description
Lists the 2 possible PCI configuration space access mechanisms that can be found from the LSB of the devices’s BAR0
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for PciConfigSpaceAccessMechanism
impl Send for PciConfigSpaceAccessMechanism
impl Sync for PciConfigSpaceAccessMechanism
impl Unpin for PciConfigSpaceAccessMechanism
impl UnwindSafe for PciConfigSpaceAccessMechanism
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