pub struct CellAttrs {
pub bold: bool,
pub dim: bool,
pub italic: bool,
pub underline: bool,
pub fg: Color,
pub bg: Color,
}Fields§
§bold: bool§dim: bool§italic: bool§underline: bool§fg: Color§bg: ColorTrait Implementations§
Auto Trait Implementations§
impl Freeze for CellAttrs
impl RefUnwindSafe for CellAttrs
impl Send for CellAttrs
impl Sync for CellAttrs
impl Unpin for CellAttrs
impl UnsafeUnpin for CellAttrs
impl UnwindSafe for CellAttrs
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