pub struct PciClient<T> { /* private fields */ }Implementations§
Source§impl<T> PciClient<T>where
T: Client,
impl<T> PciClient<T>where
T: Client,
pub fn pci_id_or_mapping( &self, pci_id_or_mapping: &str, ) -> PciIdOrMappingClient<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PciClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for PciClient<T>where
T: RefUnwindSafe,
impl<T> Send for PciClient<T>where
T: Send,
impl<T> Sync for PciClient<T>where
T: Sync,
impl<T> Unpin for PciClient<T>where
T: Unpin,
impl<T> UnsafeUnpin for PciClient<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for PciClient<T>where
T: UnwindSafe,
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