struct TransportPci {
irq_evt_lvl: IrqLevelEvent,
msix_config: Option<Arc<Mutex<MsixConfig>>>,
config_msix_vector: u16,
}Fields§
§irq_evt_lvl: IrqLevelEvent§msix_config: Option<Arc<Mutex<MsixConfig>>>§config_msix_vector: u16Auto Trait Implementations§
impl Freeze for TransportPci
impl RefUnwindSafe for TransportPci
impl Send for TransportPci
impl Sync for TransportPci
impl Unpin for TransportPci
impl UnwindSafe for TransportPci
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