#[repr(C, packed)]
pub struct ModuleTag { /* private fields */ }
Expand description

This tag indicates to the kernel what boot module was loaded along with the kernel image, and where it can be found.

Implementations

Returns the cmdline of the module. This is an null-terminated UTF-8 string. If this returns Err then perhaps the memory is invalid or the bootloader doesn’t follow the spec.

For example: If the GRUB configuration contains module2 /foobar/some_boot_module --test cmdline-option then this method will return --test cmdline-option.

Start address of the module.

End address of the module

The size of the module/the BLOB in memory.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.