Struct libxml::bindings::UConverterFromUnicodeArgs[][src]

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

Trait Implementations

impl Debug for UConverterFromUnicodeArgs
[src]

Formats the value using the given formatter. Read more

impl Copy for UConverterFromUnicodeArgs
[src]

impl Clone for UConverterFromUnicodeArgs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations