Struct libxml::bindings::UConverterToUnicodeArgs[][src]

#[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

Trait Implementations

impl Debug for UConverterToUnicodeArgs
[src]

Formats the value using the given formatter. Read more

impl Copy for UConverterToUnicodeArgs
[src]

impl Clone for UConverterToUnicodeArgs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations