Struct multiboot2_header::ConsoleHeaderTag [−][src]
#[repr(C, packed(8))]pub struct ConsoleHeaderTag { /* fields omitted */ }Expand description
Tells that a console must be available in MBI. Only relevant for legacy BIOS.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConsoleHeaderTag
impl Send for ConsoleHeaderTag
impl Sync for ConsoleHeaderTag
impl Unpin for ConsoleHeaderTag
impl UnwindSafe for ConsoleHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more