pub type ASS_Image = ass_image;Aliased Type§
struct ASS_Image {
pub w: i32,
pub h: i32,
pub stride: i32,
pub bitmap: *mut u8,
pub color: u32,
pub dst_x: i32,
pub dst_y: i32,
pub next: *mut ass_image,
pub type_: ass_image__bindgen_ty_1,
}Fields§
§w: i32§h: i32§stride: i32§bitmap: *mut u8§color: u32§dst_x: i32§dst_y: i32§next: *mut ass_image§type_: ass_image__bindgen_ty_1