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: i32Mode: i32Attribute: i32CursorColumn: i32CursorRow: i32CursorVisible: boolTrait Implementations
sourceimpl Clone for TextOutputMode
impl Clone for TextOutputMode
sourcefn clone(&self) -> TextOutputMode
fn clone(&self) -> TextOutputMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TextOutputMode
impl Debug for TextOutputMode
impl Copy for TextOutputMode
Auto Trait Implementations
impl RefUnwindSafe for TextOutputMode
impl Send for TextOutputMode
impl Sync for TextOutputMode
impl Unpin for TextOutputMode
impl UnwindSafe for TextOutputMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more