Type Alias sel4::cap::PT

source ·
pub type PT<C = NoExplicitInvocationContext> = Cap<PT, C>;

Aliased Type§

struct PT<C = NoExplicitInvocationContext> { /* private fields */ }

Implementations§

source§

impl<C: InvocationContext> PT<C>

source

pub fn pt_map( self, vspace: VSpace, vaddr: usize, attr: VmAttributes ) -> Result<()>