[−][src]Struct tm_sys::ffi::tm_unicode_api
Fields
utf8_encode: Option<unsafe extern "C" fn(utf8: *mut u8, codepoint: u32) -> *mut u8>utf8_decode: Option<unsafe extern "C" fn(utf8: *mut *const u8) -> u32>utf8_num_codepoints: Option<unsafe extern "C" fn(utf8: *const u8) -> u32>utf8_decode_n: Option<unsafe extern "C" fn(codepoints: *mut u32, n: u32, utf8: *mut *const u8) -> u32>utf8_to_utf32: Option<unsafe extern "C" fn(utf8: *const u8, ta: *mut tm_temp_allocator_i) -> *mut u32>utf8_to_utf32_n: Option<unsafe extern "C" fn(utf8: *const u8, n: u32, ta: *mut tm_temp_allocator_i) -> *mut u32>utf32_to_utf8: Option<unsafe extern "C" fn(utf32: *const u32, ta: *mut tm_temp_allocator_i) -> *mut u8>utf32_to_utf8_n: Option<unsafe extern "C" fn(utf32: *const u32, n: u32, ta: *mut tm_temp_allocator_i) -> *mut u8>utf16_encode: Option<unsafe extern "C" fn(utf16: *mut u16, codepoint: u32) -> *mut u16>utf16_decode: Option<unsafe extern "C" fn(utf16: *mut *const u16) -> u32>utf8_to_utf16: Option<unsafe extern "C" fn(utf8: *const u8, ta: *mut tm_temp_allocator_i) -> *mut u16>utf8_to_utf16_n: Option<unsafe extern "C" fn(utf8: *const u8, n: u32, ta: *mut tm_temp_allocator_i) -> *mut u16>utf16_to_utf8: Option<unsafe extern "C" fn(utf16: *const u16, ta: *mut tm_temp_allocator_i) -> *mut u8>utf16_to_utf8_n: Option<unsafe extern "C" fn(utf16: *const u16, n: u32, ta: *mut tm_temp_allocator_i) -> *mut u8>Trait Implementations
impl Clone for tm_unicode_api[src]
pub fn clone(&self) -> tm_unicode_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_unicode_api[src]
impl Debug for tm_unicode_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_unicode_api
impl Send for tm_unicode_api
impl Sync for tm_unicode_api
impl Unpin for tm_unicode_api
impl UnwindSafe for tm_unicode_api
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,