Struct gio_sys::GCharsetConverterClass[][src]

#[repr(C)]
pub struct GCharsetConverterClass { pub parent_class: GObjectClass, }

Fields

Trait Implementations

impl Copy for GCharsetConverterClass
[src]

impl Clone for GCharsetConverterClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GCharsetConverterClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations