pub trait ConfigSpaceKind {
    const SIZE: usize;
}
Expand description

Trait for PCI configuration space size markers.

This trait is implemented by Normal and Extended to provide compile-time knowledge of the configuration space size.

Required Associated Constants§

source

const SIZE: usize

The size of this configuration space in bytes.

Object Safety§

This trait is not object safe.

Implementors§