NcBlitter_u32

Type Alias NcBlitter_u32 

Source
pub type NcBlitter_u32 = ncblitter_e;
Expand description

The blitter mode to use for rasterizing an NcVisual.

It’s recommended to use NcBlitter instead.

§Associated c_api constants

Trait Implementations§

Source§

impl From<NcBlitter> for NcBlitter_u32

Source§

fn from(blitter: NcBlitter) -> Self

Converts to this type from the input type.