Struct multiboot::information::ColorInfoPalette
source · #[repr(C)]pub struct ColorInfoPalette { /* private fields */ }
Expand description
Information for indexed color mode
Trait Implementations§
source§impl Clone for ColorInfoPalette
impl Clone for ColorInfoPalette
source§fn clone(&self) -> ColorInfoPalette
fn clone(&self) -> ColorInfoPalette
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more