Struct multiboot2_header::EntryHeaderTag [−][src]
#[repr(C, packed(8))]pub struct EntryHeaderTag { /* fields omitted */ }Expand description
Specifies the physical address to which the boot loader should jump in order to start running the operating system. Not needed for ELF files.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntryHeaderTag
impl Send for EntryHeaderTag
impl Sync for EntryHeaderTag
impl Unpin for EntryHeaderTag
impl UnwindSafe for EntryHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more