[][src]Trait ncursesw::ColorPairType

pub trait ColorPairType<T>: ColorPairGeneric<T> where
    T: ColorAttributeTypes
{ fn number(&self) -> T; }

Color pair.

Required methods

fn number(&self) -> T

Loading content...

Implementors

impl ColorPairType<i16> for ncursesw::normal::ColorPair[src]

impl ColorPairType<i32> for ncursesw::extend::ColorPair[src]

Loading content...