Trait x86_64::structures::paging::mapper::MapperAllSizes[][src]

pub trait MapperAllSizes: Mapper<Size4KiB> + Mapper<Size2MiB> + Mapper<Size1GiB> { }
Expand description

An empty convencience trait that requires the Mapper trait for all page sizes.

Implementors

impl<T> MapperAllSizes for T where
    T: Mapper<Size4KiB> + Mapper<Size2MiB> + Mapper<Size1GiB>, 
[src]

Loading content...