pub enum PciSpace {
Configuration,
IO,
Memory32,
Memory64,
}
Variants§
Trait Implementations§
impl Copy for PciSpace
impl Eq for PciSpace
impl StructuralPartialEq for PciSpace
Auto Trait Implementations§
impl Freeze for PciSpace
impl RefUnwindSafe for PciSpace
impl Send for PciSpace
impl Sync for PciSpace
impl Unpin for PciSpace
impl UnwindSafe for PciSpace
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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