#[repr(C)]pub struct UConverterFromUnicodeArgs {
pub size: u16,
pub flush: i8,
pub converter: *mut UConverter,
pub source: *mut u16,
pub sourceLimit: *mut u16,
pub target: PSTR,
pub targetLimit: PSTR,
pub offsets: *mut i32,
}Fields§
§size: u16§flush: i8§converter: *mut UConverter§source: *mut u16§sourceLimit: *mut u16§target: PSTR§targetLimit: PSTR§offsets: *mut i32Trait Implementations§
Source§impl Abi for UConverterFromUnicodeArgs
impl Abi for UConverterFromUnicodeArgs
Source§type Abi = UConverterFromUnicodeArgs
type Abi = UConverterFromUnicodeArgs
The abi representation of the implementing type. Read more
type DefaultType = UConverterFromUnicodeArgs
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 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
impl Copy for UConverterFromUnicodeArgs
impl Eq 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