Struct multiboot2_header::EfiBootServiceHeaderTag [−][src]
#[repr(C, packed(8))]pub struct EfiBootServiceHeaderTag { /* fields omitted */ }Expand description
This tag indicates that payload supports starting without terminating UEFI boot services. Or in other words: The payload wants to use UEFI boot services.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EfiBootServiceHeaderTag
impl Send for EfiBootServiceHeaderTag
impl Sync for EfiBootServiceHeaderTag
impl Unpin for EfiBootServiceHeaderTag
impl UnwindSafe for EfiBootServiceHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more