Struct multiboot2_header::EntryEfi64HeaderTag [−][src]
#[repr(C, packed(8))]pub struct EntryEfi64HeaderTag { /* fields omitted */ }Expand description
This tag is taken into account only on EFI amd64 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 EntryEfi64HeaderTag
impl Send for EntryEfi64HeaderTag
impl Sync for EntryEfi64HeaderTag
impl Unpin for EntryEfi64HeaderTag
impl UnwindSafe for EntryEfi64HeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more