#[repr(C)]pub enum ConsoleColor {
Reset = 0,
Red = 1,
Green = 2,
Gray = 3,
Blue = 4,
}Expand description
An enum representing console colors.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleColor
impl RefUnwindSafe for ConsoleColor
impl Send for ConsoleColor
impl Sync for ConsoleColor
impl Unpin for ConsoleColor
impl UnwindSafe for ConsoleColor
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