#[repr(C)]pub struct UConverterFromUnicodeArgs {
pub size: u16,
pub flush: UBool,
pub converter: *mut UConverter,
pub source: *const UChar,
pub sourceLimit: *const UChar,
pub target: *mut c_char,
pub targetLimit: *const c_char,
pub offsets: *mut i32,
}
Fields§
§size: u16
§flush: UBool
§converter: *mut UConverter
§source: *const UChar
§sourceLimit: *const UChar
§target: *mut c_char
§targetLimit: *const c_char
§offsets: *mut i32
Trait Implementations§
Source§impl Clone for UConverterFromUnicodeArgs
impl Clone for UConverterFromUnicodeArgs
Source§fn clone(&self) -> UConverterFromUnicodeArgs
fn clone(&self) -> UConverterFromUnicodeArgs
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UConverterFromUnicodeArgs
impl Debug for UConverterFromUnicodeArgs
Source§impl Default for UConverterFromUnicodeArgs
impl Default for UConverterFromUnicodeArgs
Source§impl Hash for UConverterFromUnicodeArgs
impl Hash for UConverterFromUnicodeArgs
Source§impl PartialOrd for UConverterFromUnicodeArgs
impl PartialOrd for UConverterFromUnicodeArgs
impl Copy for UConverterFromUnicodeArgs
impl StructuralPartialEq for UConverterFromUnicodeArgs
Auto Trait Implementations§
impl Freeze for UConverterFromUnicodeArgs
impl RefUnwindSafe for UConverterFromUnicodeArgs
impl !Send for UConverterFromUnicodeArgs
impl !Sync for UConverterFromUnicodeArgs
impl Unpin for UConverterFromUnicodeArgs
impl UnwindSafe for UConverterFromUnicodeArgs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)