Trait sel4::HasCPtrWithDepth

source ·
pub trait HasCPtrWithDepth {
    // Required method
    fn cptr_with_depth(self) -> CPtrWithDepth;
}
Expand description

Trait for types whose members which logically contain a CPtrWithDepth.

Required Methods§

Implementors§