Struct multiboot2::FramebufferColor[][src]

#[repr(C, packed)]
pub struct FramebufferColor { pub red: u8, pub green: u8, pub blue: u8, }

Fields

Trait Implementations

impl Debug for FramebufferColor
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FramebufferColor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations