Type Definition libnotcurses_sys::c_api::NcPixelImpl_u32
source · pub type NcPixelImpl_u32 = ncpixelimpl_e;Expand description
Pixel blitting implementations, informative only.
It’s recommended to use NcPixelImpl instead.
This is returned by notcurses_check_pixel_support
Associated c_api constants
Trait Implementations§
source§impl From<NcPixelImpl> for NcPixelImpl_u32
impl From<NcPixelImpl> for NcPixelImpl_u32
source§fn from(alpha: NcPixelImpl) -> Self
fn from(alpha: NcPixelImpl) -> Self
Converts to this type from the input type.