Function ncursesw::wattr_set[][src]

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