Struct tartan_uefi::proto::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 · source§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 PartialEq<SimpleTextOutputMode> for SimpleTextOutputMode
impl PartialEq<SimpleTextOutputMode> 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 ==
.impl Copy for SimpleTextOutputMode
impl Eq for SimpleTextOutputMode
impl StructuralEq for SimpleTextOutputMode
impl StructuralPartialEq for SimpleTextOutputMode
Auto Trait Implementations§
impl RefUnwindSafe for SimpleTextOutputMode
impl Send for SimpleTextOutputMode
impl Sync for SimpleTextOutputMode
impl Unpin for SimpleTextOutputMode
impl UnwindSafe for SimpleTextOutputMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more