Struct gio_sys::GBufferedOutputStream[][src]

#[repr(C)]
pub struct GBufferedOutputStream { pub parent_instance: GFilterOutputStream, pub priv_: *mut GBufferedOutputStreamPrivate, }

Fields

Trait Implementations

impl Copy for GBufferedOutputStream
[src]

impl Clone for GBufferedOutputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GBufferedOutputStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations