Type Alias sel4::cap::CNode

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

Aliased Type§

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

Implementations§

source§

impl<C> CNode<C>

source

pub fn relative<T: HasCPtrWithDepth>(self, path: T) -> AbsoluteCPtr<C>

source

pub fn relative_bits_with_depth( self, bits: CPtrBits, depth: usize ) -> AbsoluteCPtr<C>

source

pub fn relative_self(self) -> AbsoluteCPtr<C>