Type Definition libnotcurses_sys::NcStyle[][src]

type NcStyle = u16;
Expand description

An u16 of NCSTYLE_* boolean styling attribute flags

Attributes

Diagram

11111111 11111111

type in C: uint16_t

Trait Implementations

Returns a Vec with all the styles contained in the current style.

Returns true if the current style has included the other_style.

Adds the other_style to the current style.