pub trait ConfigSpaceKind { const SIZE: usize; }
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.
Normal
Extended
The size of this configuration space in bytes.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".