NcAlpha_u32

Type Alias 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.