[][src]Struct sunrise_ahci::pci::PciHeader00

struct PciHeader00 {
    bar0: BAR,
    bar1: BAR,
    bar2: BAR,
    bar3: BAR,
    bar4: BAR,
    bar5: BAR,
    cardbus_cis_ptr: u32,
    subsystem_id: u16,
    subsystem_vendor_id: u16,
    expansion_rom_base_address: u32,
    capabilities_ptr: u8,
    max_latency: u8,
    min_grant: u8,
    interrupt_pin: u8,
    interrupt_line: u8,
}

Pci header when Header Type == 0x00 (General device).

Fields

bar0: BARbar1: BARbar2: BARbar3: BARbar4: BARbar5: BARcardbus_cis_ptr: u32subsystem_id: u16subsystem_vendor_id: u16expansion_rom_base_address: u32capabilities_ptr: u8max_latency: u8min_grant: u8interrupt_pin: u8interrupt_line: u8

Trait Implementations

impl Clone for PciHeader00[src]

impl Copy for PciHeader00[src]

impl Debug for PciHeader00[src]

Auto Trait Implementations

impl RefUnwindSafe for PciHeader00

impl Send for PciHeader00

impl Sync for PciHeader00

impl Unpin for PciHeader00

impl UnwindSafe for PciHeader00

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SizedIPCBuffer for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.