Type Definition libnotcurses_sys::NcStyle [−][src]
type NcStyle = u16;
Expand description
An u16 of NCSTYLE_* boolean styling attribute flags
Attributes
NCSTYLE_MASKNCSTYLE_ITALICNCSTYLE_UNDERLINENCSTYLE_UNDERCURLNCSTYLE_STRUCKNCSTYLE_BOLDNCSTYLE_BLINKNCSTYLE_NONE
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.