Struct stivale_boot::v2::StivaleCommandLineTag[][src]

#[repr(C, packed)]
pub struct StivaleCommandLineTag { pub header: StivaleTagHeader, pub command_line: u64, }
Expand description

This tag is used to get the kernel the command line string that was passed to it by the bootloader.

Fields

header: StivaleTagHeadercommand_line: u64

Pointer to a null-terminated cmdline.

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

Performs the conversion.

Performs the conversion.

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.