Module kernel::callback 
                   
                       [−]
                   
               [src]
Data structure for storing a callback to userspace or kernelspace.
Reexports
use core::nonzero::NonZero; | 
use process; | 
Structs
| AppId | 
                                 Userspace app identifier.  | 
                       
| Callback | 
                                 Wrapper around a function pointer.  | 
                       
Enums
| RustOrRawFnPtr | 
Constants
| KERNEL_APPID_BOUNDARY | 
                                 The kernel can masquerade as an app. IDs >= this value are the kernel. These IDs are used to identify which kernel container is being accessed.  |