Type Definition libnotcurses_sys::NcStyle[][src]

pub type NcStyle = u16;
Expand description

Styling attribute flags (alias of u16).

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.