Type Alias libcamera_rectangle_t

Source
pub type libcamera_rectangle_t = libcamera_rectangle;

Aliased Type§

#[repr(C)]
pub struct libcamera_rectangle_t { pub x: i32, pub y: i32, pub width: u32, pub height: u32, }

Fields§

§x: i32§y: i32§width: u32§height: u32