Struct uefi_raw::protocol::console::SimpleTextOutputMode
source · #[repr(C)]pub struct SimpleTextOutputMode {
pub max_mode: i32,
pub mode: i32,
pub attribute: i32,
pub cursor_column: i32,
pub cursor_row: i32,
pub cursor_visible: bool,
}
Fields§
§max_mode: i32
§mode: i32
§attribute: i32
§cursor_column: i32
§cursor_row: i32
§cursor_visible: bool
Trait Implementations§
source§impl Clone for SimpleTextOutputMode
impl Clone for SimpleTextOutputMode
source§fn clone(&self) -> SimpleTextOutputMode
fn clone(&self) -> SimpleTextOutputMode
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 SimpleTextOutputMode
impl Debug for SimpleTextOutputMode
source§impl Default for SimpleTextOutputMode
impl Default for SimpleTextOutputMode
source§fn default() -> SimpleTextOutputMode
fn default() -> SimpleTextOutputMode
Returns the “default value” for a type. Read more
source§impl PartialEq for SimpleTextOutputMode
impl PartialEq for SimpleTextOutputMode
source§fn eq(&self, other: &SimpleTextOutputMode) -> bool
fn eq(&self, other: &SimpleTextOutputMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.