cef_dll_sys

Type Alias cef_rect_t

Source
pub type cef_rect_t = _cef_rect_t;
Expand description

Structure representing a rectangle.

Aliased Type§

struct cef_rect_t {
    pub x: i32,
    pub y: i32,
    pub width: i32,
    pub height: i32,
}

Fields§

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