Struct uefi::text::TextOutputMode
source · #[repr(C)]pub struct TextOutputMode {
pub MaxMode: i32,
pub Mode: i32,
pub Attribute: i32,
pub CursorColumn: i32,
pub CursorRow: i32,
pub CursorVisible: bool,
}Fields§
§MaxMode: i32§Mode: i32§Attribute: i32§CursorColumn: i32§CursorRow: i32§CursorVisible: boolTrait Implementations§
source§impl Clone for TextOutputMode
impl Clone for TextOutputMode
source§fn clone(&self) -> TextOutputMode
fn clone(&self) -> TextOutputMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more