Trait kernel::iommu::pgtable::IoPageTableFmt
source · pub trait IoPageTableFmt: 'static {
const FORMAT: io_pgtable_fmt;
}Expand description
The format used by this page table.
Required Associated Constants§
Object Safety§
This trait is not object safe.