Struct multiboot2::CommandLineTag[][src]

#[repr(C, packed)]
pub struct CommandLineTag { /* fields omitted */ }

Methods

impl CommandLineTag
[src]

Trait Implementations

impl Debug for CommandLineTag
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations