pub trait IoPageTableFmt: 'static {
    const FORMAT: io_pgtable_fmt;
}
Expand description

The format used by this page table.

Required Associated Constants§

source

const FORMAT: io_pgtable_fmt

The value representing this format.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl IoPageTableFmt for ARM64LPAES1

source§

const FORMAT: io_pgtable_fmt = 2u32