Skip to main content

cef_size_t

Type Alias cef_size_t 

Source
pub type cef_size_t = _cef_size_t;
Expand description

Structure representing a size.

Aliased Type§

#[repr(C)]
pub struct cef_size_t { pub width: i32, pub height: i32, }

Fields§

§width: i32§height: i32