Struct multiboot2_header::EndHeaderTag [−][src]
#[repr(C, packed(8))]pub struct EndHeaderTag { /* fields omitted */ }Expand description
Terminates a list of optional tags in a Multiboot2 header.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EndHeaderTag
impl Send for EndHeaderTag
impl Sync for EndHeaderTag
impl Unpin for EndHeaderTag
impl UnwindSafe for EndHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more