Struct gio_sys::GBufferedOutputStreamClass[][src]

#[repr(C)]
pub struct GBufferedOutputStreamClass { pub parent_class: GFilterOutputStreamClass, pub _g_reserved1: Option<unsafe extern "C" fn()>, pub _g_reserved2: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for GBufferedOutputStreamClass
[src]

impl Clone for GBufferedOutputStreamClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GBufferedOutputStreamClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations