pub type DevresExclusiveIoMem<const SIZE: usize> = DevresLt<ExclusiveIoMem<'static, SIZE>>;Expand description
A device-managed exclusive I/O memory region.
Aliased Typeยง
pub struct DevresExclusiveIoMem<const SIZE: usize>(/* private fields */);pub type DevresExclusiveIoMem<const SIZE: usize> = DevresLt<ExclusiveIoMem<'static, SIZE>>;A device-managed exclusive I/O memory region.
pub struct DevresExclusiveIoMem<const SIZE: usize>(/* private fields */);