AttributesType

Trait AttributesType 

Source
pub trait AttributesType<T>{
    // Required methods
    fn screen(&self) -> Option<SCREEN>;
    fn as_attr_t(&self) -> attr_t;
}
Expand description

Attributes.

Required Methods§

Source

fn screen(&self) -> Option<SCREEN>

Source

fn as_attr_t(&self) -> attr_t

Implementors§

Source§

impl AttributesType<i16> for ncursesw::normal::Attributes

Source§

impl AttributesType<i32> for ncursesw::extend::Attributes