pub type DevresBar<const SIZE: usize = 0> = DevresLt<Bar<'static, SIZE>>;
A device-managed PCI BAR mapping.
See Bar::into_devres.
Bar::into_devres
pub struct DevresBar<const SIZE: usize = 0>(/* private fields */);