Type Definition libnotcurses_sys::c_api::NcAlpha_u32

source ·
pub type NcAlpha_u32 = u32;
Expand description

2 bits of alpha (surrounded by context dependent bits) part of an NcChannel.

It’s recommended to use NcAlpha instead.

Associated c_api constants

Diagram

~~AA~~~~ -------- -------- --------

type in C: no data type

Trait Implementations§

source§

impl From<NcAlpha> for NcAlpha_u32

source§

fn from(alpha: NcAlpha) -> Self

Converts to this type from the input type.