Struct kmod::Module [] [src]

pub struct Module { /* fields omitted */ }

Wrapper around a kmod_module

Methods

impl Module
[src]

[src]

Get the name of the module

[src]

Get the size of the module

[src]

Get the number of references to this module

Important traits for ModuleIterator
[src]

Iterate over the modules depending on this module

Important traits for ModuleIterator
[src]

Get this modules dependencies

[src]

Get module path

[src]

Get module options

[src]

Insert the module into the kernel

[src]

Remove the module from the kernel

Trait Implementations

impl Drop for Module
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for Module
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Module

impl !Sync for Module