Skip to main content

Image_MimeType

Type Alias Image_MimeType 

Source
pub type Image_MimeType = Image_String;
Expand description

@brief Defines the image encode format.

@since 12

Aliased Type§

#[repr(C)]
pub struct Image_MimeType { pub data: *mut i8, pub size: usize, }

Fields§

§data: *mut i8

data for string type

§size: usize

data lenth for string type