Enum pci::CSpaceAccessMethod [] [src]

pub enum CSpaceAccessMethod {
    IO,
}

Variants

The legacy (pre-PCIe) 2-IO port method as specified on page 50 of PCI Local Bus Specification 3.0.

Methods

impl CSpaceAccessMethod
[src]

Returns a value in native endian.

Returns a value in native endian.

Converts val to little endian before writing.

Takes a value in native endian, converts it to little-endian, and writes it to the PCI device configuration space at register offset.

Trait Implementations

impl Copy for CSpaceAccessMethod
[src]

impl Clone for CSpaceAccessMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CSpaceAccessMethod
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CSpaceAccessMethod
[src]