Expand description
Module-related types and helpers.
Structs§
- This
Module - Equivalent to
THIS_MODULEin the C API.
Traits§
- InPlace
Module - A module that is pinned and initialised in-place.
- Module
- The entrypoint to implementing a kernel module.
- Module
Metadata - Metadata attached to a
ModuleorInPlaceModule.
Functions§
- this_
module - Returns a reference to the
THIS_MODULEof the given module type.