pub struct PciInfo {
pub address: PciAddress,
pub interrupt_pin: u8,
pub interrupt_line: u8,
pub intx_route: Option<PciIntxRoute>,
}Fields§
§address: PciAddress§interrupt_pin: u8§interrupt_line: u8§intx_route: Option<PciIntxRoute>Trait Implementations§
impl Copy for PciInfo
impl Eq for PciInfo
impl StructuralPartialEq for PciInfo
Auto Trait Implementations§
impl Freeze for PciInfo
impl RefUnwindSafe for PciInfo
impl Send for PciInfo
impl Sync for PciInfo
impl Unpin for PciInfo
impl UnsafeUnpin for PciInfo
impl UnwindSafe for PciInfo
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