pub type cef_base_scoped_t = _cef_base_scoped_t;Expand description
All scoped framework structures must include this structure first.
Aliased Type§
#[repr(C)]pub struct cef_base_scoped_t {
pub size: usize,
pub del: Option<unsafe extern "C" fn(*mut _cef_base_scoped_t)>,
}Fields§
§size: usizeSize of the data structure.
del: Option<unsafe extern "C" fn(*mut _cef_base_scoped_t)>Called to delete this object. May be NULL if the object is not owned.