pub struct Mode0TextRow {
pub double_height: DoubleHeightMode,
pub glyphs: [(Char, Attr); 48],
}
Fields§
§double_height: DoubleHeightMode
§glyphs: [(Char, Attr); 48]
Trait Implementations§
Source§impl Clone for Mode0TextRow
impl Clone for Mode0TextRow
Source§fn clone(&self) -> Mode0TextRow
fn clone(&self) -> Mode0TextRow
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 moreimpl Copy for Mode0TextRow
Auto Trait Implementations§
impl Freeze for Mode0TextRow
impl RefUnwindSafe for Mode0TextRow
impl Send for Mode0TextRow
impl Sync for Mode0TextRow
impl Unpin for Mode0TextRow
impl UnwindSafe for Mode0TextRow
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