Struct multiboot2_header::FramebufferHeaderTag [−][src]
#[repr(C, packed(8))]pub struct FramebufferHeaderTag { /* fields omitted */ }Expand description
Specifies the preferred graphics mode. If this tag is present the bootloader assumes that the payload has framebuffer support. Note: This is only a recommended mode. Only relevant on legacy BIOS.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FramebufferHeaderTag
impl Send for FramebufferHeaderTag
impl Sync for FramebufferHeaderTag
impl Unpin for FramebufferHeaderTag
impl UnwindSafe for FramebufferHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more