Type Alias sel4::cap::Reply

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

Aliased Type§

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

Implementations§

source§

impl<C: InvocationContext> Reply<C>

source

pub fn send(self, info: MessageInfo)

Corresponds to seL4_Send.