Module kernel::mem
[−]
[src]
Data structure for passing application memory to the kernel.
Reexports
use AppId; |
use core::marker::PhantomData; |
use core::ops::Deref; |
use core::ops::DerefMut; |
use core::ptr::Unique; |
use core::slice; |
use process; |
Structs
| AppPtr | |
| AppSlice | |
| Private | |
| Shared |