Home
last modified time | relevance | path

Searched defs:Intense (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/termcolor/wincolor/src/
Dwin.rs85 pub fn fg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in fg()
96 pub fn bg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in bg()
171 pub enum Intense { enum
176 impl Intense { implementation
181 fn from_bg(word: WORD) -> Intense { in from_bg()
192 fn from_fg(word: WORD) -> Intense { in from_fg()
/third_party/rust/crates/termcolor/src/
Dlib.rs1913 ) -> Option<(wincon::Intense, wincon::Color)> { in to_windows()