Enum pci::BAR [] [src]

pub enum BAR {
    Memory(u64, u32, PrefetchableType),
    IO(u32),
}

Variants

Methods

impl BAR
[src]

Trait Implementations

impl Copy for BAR
[src]

impl Clone for BAR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BAR
[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 BAR
[src]