CcapPixelFormat

Type Alias CcapPixelFormat 

Source
pub type CcapPixelFormat = c_uint;
Expand description

@brief Pixel format enumeration, compatible with ccap::PixelFormat

Trait Implementations§

Source§

impl From<PixelFormat> for CcapPixelFormat

Source§

fn from(val: PixelFormat) -> Self

Converts to this type from the input type.