Type Alias sel4::cap::Unspecified

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

Aliased Type§

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

Implementations§

source§

impl<C> Unspecified<C>

source

pub fn downcast<T: CapType>(self) -> Cap<T, C>