Struct driver_pci::PciRangeAllocator
source · pub struct PciRangeAllocator { /* private fields */ }
Expand description
Used to allocate MMIO regions for PCI BARs.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PciRangeAllocator
impl Send for PciRangeAllocator
impl Sync for PciRangeAllocator
impl Unpin for PciRangeAllocator
impl UnwindSafe for PciRangeAllocator
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