Struct multiboot2_header::HeaderTag [−][src]
#[repr(C, packed(8))]pub struct HeaderTag { /* fields omitted */ }Expand description
Common properties for all header tags. Other tags may have additional fields
that depend on the typ and the size field.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaderTag
impl UnwindSafe for HeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more