IoPageTableFmt

Trait IoPageTableFmt 

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl IoPageTableFmt for ARM64LPAES1

Source§

const FORMAT: io_pgtable_fmt