pub struct ColorPair(/* private fields */);Expand description
A color pair for a character cell on the screen.
Use them with EasyCurses::set_color_pair.
Implementations§
Trait Implementations§
Source§impl Ord for ColorPair
impl Ord for ColorPair
Source§impl PartialOrd for ColorPair
impl PartialOrd for ColorPair
impl Copy for ColorPair
impl Eq for ColorPair
impl StructuralPartialEq for ColorPair
Auto Trait Implementations§
impl Freeze for ColorPair
impl RefUnwindSafe for ColorPair
impl Send for ColorPair
impl Sync for ColorPair
impl Unpin for ColorPair
impl UnwindSafe for ColorPair
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