Expand description
Reference counted module
Many cef types are reference counted, this module is the building block to create them. Users
typically don’t need to uses these types, the update-bindings tool generates all the code
which should ever call them.
Structs§
- RcImpl
- There are some types require users to implement one their own in Rust and then create a raw type around it to pass to sys level api. This is the wrapper type for it.
- RefGuard
- A smart pointer for types from cef library.
- Wrap
Param Ref
Traits§
- Convert
Param - Convert
Return Value - Rc
- Reference counted trait for types has
cef_base_ref_counted_t.