[][src]Function ncursesw::wattr_set

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

Sets the current attributes of the given window to attrs, with color specified by color_pair.