[][src]Trait ncursesw::AttributesGeneric

pub trait AttributesGeneric {
    fn as_attr_t(&self) -> attr_t;
}

Generic attributes methods.

Required methods

fn as_attr_t(&self) -> attr_t

Loading content...

Implementors

impl AttributesGeneric for ncursesw::extend::Attributes[src]

impl AttributesGeneric for ncursesw::normal::Attributes[src]

Loading content...