Skip to main content

vpx_image_rect_t

Type Alias vpx_image_rect_t 

Source
pub type vpx_image_rect_t = vpx_image_rect;

Aliased Type§

#[repr(C)]
pub struct vpx_image_rect_t { pub x: u32, pub y: u32, pub w: u32, pub h: u32, }

Fields§

§x: u32§y: u32§w: u32§h: u32