[][src]Function ncursesw::attr_set

pub fn attr_set<A, P, T>(attrs: A, color_pair: P) -> Result<(), NCurseswError> where
    A: AttributesType<T>,
    P: ColorPairType<T>,
    T: ColorAttributeTypes

Equivalent of wattr_set() using stdscr() as window handle.