#[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 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
impl Copy for SimpleTextOutputMode
impl Eq for SimpleTextOutputMode
impl StructuralPartialEq for SimpleTextOutputMode
Auto Trait Implementations§
impl Freeze for SimpleTextOutputMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)