pub enum DoubleHeightMode {
Normal,
Top,
Bottom,
}Expand description
You can set this on a row to make the text double-height. This was common on the BBC Micro in Mode 7/Teletext mode.
Variants§
Trait Implementations§
Source§impl Clone for DoubleHeightMode
impl Clone for DoubleHeightMode
Source§fn clone(&self) -> DoubleHeightMode
fn clone(&self) -> DoubleHeightMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DoubleHeightMode
Source§impl Debug for DoubleHeightMode
impl Debug for DoubleHeightMode
impl Eq for DoubleHeightMode
Source§impl PartialEq for DoubleHeightMode
impl PartialEq for DoubleHeightMode
Source§fn eq(&self, other: &DoubleHeightMode) -> bool
fn eq(&self, other: &DoubleHeightMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DoubleHeightMode
Auto Trait Implementations§
impl Freeze for DoubleHeightMode
impl RefUnwindSafe for DoubleHeightMode
impl Send for DoubleHeightMode
impl Sync for DoubleHeightMode
impl Unpin for DoubleHeightMode
impl UnsafeUnpin for DoubleHeightMode
impl UnwindSafe for DoubleHeightMode
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