Struct rust_icu_sys::UConverterToUnicodeArgs
source ·
[−]#[repr(C)]pub struct UConverterToUnicodeArgs {
pub size: u16,
pub flush: UBool,
pub converter: *mut UConverter,
pub source: *const c_char,
pub sourceLimit: *const c_char,
pub target: *mut UChar,
pub targetLimit: *const UChar,
pub offsets: *mut i32,
}Fields
size: u16flush: UBoolconverter: *mut UConvertersource: *const c_charsourceLimit: *const c_chartarget: *mut UChartargetLimit: *const UCharoffsets: *mut i32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for UConverterToUnicodeArgs
impl !Send for UConverterToUnicodeArgs
impl !Sync for UConverterToUnicodeArgs
impl Unpin for UConverterToUnicodeArgs
impl UnwindSafe for UConverterToUnicodeArgs
Blanket Implementations
Mutably borrows from an owned value. Read more
