pub type cef_registration_t = _cef_registration_t;Expand description
Generic callback structure used for managing the lifespan of a registration.
NOTE: This struct is allocated DLL-side.
Aliased Type§
#[repr(C)]pub struct cef_registration_t {
pub base: _cef_base_ref_counted_t,
}Fields§
§base: _cef_base_ref_counted_tBase structure.