Type Alias uconv_t

Source
pub type uconv_t = _uconv_t;

Aliased Type§

struct uconv_t {
    pub uconv: *mut UConverter,
    pub utf8: *mut UConverter,
    pub pivot_buf: [u16; 1024],
    pub pivot_source: *mut u16,
    pub pivot_target: *mut u16,
}

Fields§

§uconv: *mut UConverter§utf8: *mut UConverter§pivot_buf: [u16; 1024]§pivot_source: *mut u16§pivot_target: *mut u16