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 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 DoubleHeightMode
impl Debug for DoubleHeightMode
Source§impl PartialEq for DoubleHeightMode
impl PartialEq for DoubleHeightMode
impl Copy for DoubleHeightMode
impl Eq for DoubleHeightMode
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 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