Enum wincolor::Intense
[−]
[src]
pub enum Intense {
Yes,
No,
}Whether to use intense colors or not.
Variants
YesNoTrait Implementations
impl Clone for Intense[src]
fn clone(&self) -> Intense
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more