[][src]Trait ncursesw::AttributesColorPairType

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; }

Attribute and color pairs.

Required methods

fn new(_: A, _: P) -> Self

fn attributes(&self) -> A

fn color_pair(&self) -> P

Loading content...

Implementors

impl AttributesColorPairType<Attributes, ColorPair, i32> for ncursesw::extend::AttributesColorPair[src]

impl AttributesColorPairType<Attributes, ColorPair, i16> for ncursesw::normal::AttributesColorPair[src]

Loading content...