cef_dll_sys

Type Alias cef_string_t

Source
pub type cef_string_t = cef_string_utf16_t;

Aliased Type§

struct cef_string_t {
    pub str_: *mut u16,
    pub length: usize,
    pub dtor: Option<unsafe extern "C" fn(_: *mut u16)>,
}

Fields§

§str_: *mut u16§length: usize§dtor: Option<unsafe extern "C" fn(_: *mut u16)>