pub struct XhciPciDevice {
pub bus: u8,
pub device: u8,
pub function: u8,
pub vendor_id: u16,
pub device_id: u16,
pub bar0: u64,
pub irq_line: u8,
}Expand description
Information about a discovered xHCI PCI device
Fields§
§bus: u8§device: u8§function: u8§vendor_id: u16§device_id: u16§bar0: u64BAR0 physical address (MMIO base)
irq_line: u8IRQ line from PCI config
Trait Implementations§
Source§impl Clone for XhciPciDevice
impl Clone for XhciPciDevice
Source§fn clone(&self) -> XhciPciDevice
fn clone(&self) -> XhciPciDevice
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XhciPciDevice
impl Debug for XhciPciDevice
impl Copy for XhciPciDevice
Auto Trait Implementations§
impl Freeze for XhciPciDevice
impl RefUnwindSafe for XhciPciDevice
impl Send for XhciPciDevice
impl Sync for XhciPciDevice
impl Unpin for XhciPciDevice
impl UnwindSafe for XhciPciDevice
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)