cef_string_utf16_t

Type Alias cef_string_utf16_t 

Source
pub type cef_string_utf16_t = _cef_string_utf16_t;

Aliased Type§

#[repr(C)]
pub struct cef_string_utf16_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)>