Type Alias sel4::cap::Untyped

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

Aliased Type§

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

Implementations§

source§

impl<C: InvocationContext> Untyped<C>

source

pub fn untyped_retype( self, blueprint: &ObjectBlueprint, dst: &AbsoluteCPtr, dst_offset: usize, num_objects: usize ) -> Result<()>

Corresponds to seL4_Untyped_Retype.