pub struct PciRoutingTable { /* private fields */ }
Implementations§
Source§impl PciRoutingTable
impl PciRoutingTable
pub fn new() -> Self
pub fn add_entry(&mut self, entry: PciRoutingTableEntry)
Trait Implementations§
Source§impl DsdtObject for PciRoutingTable
impl DsdtObject for PciRoutingTable
Auto Trait Implementations§
impl Freeze for PciRoutingTable
impl RefUnwindSafe for PciRoutingTable
impl Send for PciRoutingTable
impl Sync for PciRoutingTable
impl Unpin for PciRoutingTable
impl UnwindSafe for PciRoutingTable
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