Trait ncursesw::gen::AttributesColorPairType[][src]

pub trait AttributesColorPairType<A, P, T> where
    A: AttributesType<T>,
    P: ColorPairType<T>,
    T: ColorAttributeTypes
{ fn new(_: A, _: P) -> Self;
fn attributes(&self) -> A;
fn color_pair(&self) -> P; }

Required methods

Implementors