Enum multiboot::header::VideoModeType
source · pub enum VideoModeType {
LinearGraphics,
TextMode,
}
Expand description
Preferred video mode type
Variants§
Trait Implementations§
source§impl Clone for VideoModeType
impl Clone for VideoModeType
source§fn clone(&self) -> VideoModeType
fn clone(&self) -> VideoModeType
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 moresource§impl Debug for VideoModeType
impl Debug for VideoModeType
source§impl PartialEq for VideoModeType
impl PartialEq for VideoModeType
source§fn eq(&self, other: &VideoModeType) -> bool
fn eq(&self, other: &VideoModeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.