Struct multiboot2_header::EntryEfi32HeaderTag [−][src]
#[repr(C, packed(8))]pub struct EntryEfi32HeaderTag { /* fields omitted */ }Expand description
This tag is taken into account only on EFI i386 platforms when Multiboot2 image header contains EFI boot services tag. Then entry point specified in ELF header and the entry address tag of Multiboot2 header are ignored.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntryEfi32HeaderTag
impl Send for EntryEfi32HeaderTag
impl Sync for EntryEfi32HeaderTag
impl Unpin for EntryEfi32HeaderTag
impl UnwindSafe for EntryEfi32HeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more