Struct rust_icu_sys::UConverterFromUnicodeArgs
source · #[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 PartialEq for UConverterFromUnicodeArgs
impl PartialEq for UConverterFromUnicodeArgs
source§fn eq(&self, other: &UConverterFromUnicodeArgs) -> bool
fn eq(&self, other: &UConverterFromUnicodeArgs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UConverterFromUnicodeArgs
impl PartialOrd for UConverterFromUnicodeArgs
source§fn partial_cmp(&self, other: &UConverterFromUnicodeArgs) -> Option<Ordering>
fn partial_cmp(&self, other: &UConverterFromUnicodeArgs) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UConverterFromUnicodeArgs
impl StructuralPartialEq for UConverterFromUnicodeArgs
Auto Trait Implementations§
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