Struct kernel::mem::AppPtr [] [src]

pub struct AppPtr<L, T> {
    ptr: Unique<T>,
    process: AppId,
    _phantom: PhantomData<L>,
}

Fields

Methods

impl<L, T> AppPtr<L, T>
[src]

[src]

Trait Implementations

impl<L, T> Deref for AppPtr<L, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<L, T> DerefMut for AppPtr<L, T>
[src]

[src]

Mutably dereferences the value.

impl<L, T> Drop for AppPtr<L, T>
[src]

[src]

Executes the destructor for this type. Read more