#[repr(C)]pub struct UConverterToUnicodeArgs {
pub size: u16,
pub flush: i8,
pub converter: *mut UConverter,
pub source: PSTR,
pub sourceLimit: PSTR,
pub target: *mut u16,
pub targetLimit: *mut u16,
pub offsets: *mut i32,
}Fields§
§size: u16§flush: i8§converter: *mut UConverter§source: PSTR§sourceLimit: PSTR§target: *mut u16§targetLimit: *mut u16§offsets: *mut i32Trait Implementations§
Source§impl Abi for UConverterToUnicodeArgs
impl Abi for UConverterToUnicodeArgs
Source§type Abi = UConverterToUnicodeArgs
type Abi = UConverterToUnicodeArgs
The abi representation of the implementing type. Read more
type DefaultType = UConverterToUnicodeArgs
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UConverterToUnicodeArgs
impl Clone for UConverterToUnicodeArgs
Source§fn clone(&self) -> UConverterToUnicodeArgs
fn clone(&self) -> UConverterToUnicodeArgs
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 UConverterToUnicodeArgs
impl Debug for UConverterToUnicodeArgs
Source§impl Default for UConverterToUnicodeArgs
impl Default for UConverterToUnicodeArgs
Source§impl PartialEq for UConverterToUnicodeArgs
impl PartialEq for UConverterToUnicodeArgs
impl Copy for UConverterToUnicodeArgs
impl Eq for UConverterToUnicodeArgs
Auto Trait Implementations§
impl Freeze for UConverterToUnicodeArgs
impl RefUnwindSafe for UConverterToUnicodeArgs
impl !Send for UConverterToUnicodeArgs
impl !Sync for UConverterToUnicodeArgs
impl Unpin for UConverterToUnicodeArgs
impl UnwindSafe for UConverterToUnicodeArgs
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