AttributesType

Trait AttributesType 

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

Attributes.

Required Methods§

Implementors§

Source§

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

Source§

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