Type Alias libcamera_sys::libcamera_rectangle_t

source ·
pub type libcamera_rectangle_t = libcamera_rectangle;

Aliased Type§

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