cef_point_t

Type Alias cef_point_t 

Source
pub type cef_point_t = _cef_point_t;
Expand description

Structure representing a point.

Aliased Type§

#[repr(C)]
pub struct cef_point_t { pub x: i32, pub y: i32, }

Fields§

§x: i32§y: i32