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 moresource§impl Debug for TextOutputMode
impl Debug for TextOutputMode
impl Copy for TextOutputMode
Auto Trait Implementations§
impl Freeze for TextOutputMode
impl RefUnwindSafe for TextOutputMode
impl Send for TextOutputMode
impl Sync for TextOutputMode
impl Unpin for TextOutputMode
impl UnwindSafe for TextOutputMode
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