Skip to main content

Module module

Module module 

Source
Expand description

Module-related types and helpers.

Structs§

ThisModule
Equivalent to THIS_MODULE in the C API.

Traits§

InPlaceModule
A module that is pinned and initialised in-place.
Module
The entrypoint to implementing a kernel module.
ModuleMetadata
Metadata attached to a Module or InPlaceModule.

Functions§

this_module
Returns a reference to the THIS_MODULE of the given module type.