page_table_generic

Trait PVConvert

Source
pub trait PVConvert {
    // Required method
    fn to_virt<T>(&self, access: &impl Access) -> NonNull<T>;
}

Required Methods§

Source

fn to_virt<T>(&self, access: &impl Access) -> NonNull<T>

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.

Implementations on Foreign Types§

Source§

impl PVConvert for usize

Source§

fn to_virt<T>(&self, access: &impl Access) -> NonNull<T>

Implementors§