Trait ncursesw::AttributesType[][src]

pub trait AttributesType<T> where
    T: ColorAttributeTypes
{ fn screen(&self) -> Option<SCREEN>;
fn as_attr_t(&self) -> attr_t; }
Expand description

Attributes.

Required methods

Implementors