#[repr(C)]pub struct _uconv_t {
pub uconv: *mut UConverter,
pub utf8: *mut UConverter,
pub pivot_buf: [UChar; 1024],
pub pivot_source: *mut UChar,
pub pivot_target: *mut UChar,
}Fields§
§uconv: *mut UConverter§utf8: *mut UConverter§pivot_buf: [UChar; 1024]§pivot_source: *mut UChar§pivot_target: *mut UCharTrait Implementations§
Auto Trait Implementations§
impl Freeze for _uconv_t
impl RefUnwindSafe for _uconv_t
impl !Send for _uconv_t
impl !Sync for _uconv_t
impl Unpin for _uconv_t
impl UnwindSafe for _uconv_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more