Struct multiboot2::FramebufferColor [−][src]
#[repr(C, packed)]pub struct FramebufferColor { pub red: u8, pub green: u8, pub blue: u8, }
Expand description
A framebuffer color descriptor in the palette.
Fields
red: u8
The Red component of the color.
green: u8
The Green component of the color.
blue: u8
The Blue component of the color.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.