Struct gio_sys::GZlibDecompressorClass[][src]

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

Fields

Trait Implementations

impl Copy for GZlibDecompressorClass
[src]

impl Clone for GZlibDecompressorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GZlibDecompressorClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations