Struct gio_sys::GFilterOutputStream
[−]
[src]
#[repr(C)]pub struct GFilterOutputStream { pub parent_instance: GOutputStream, pub base_stream: *mut GOutputStream, }
Fields
parent_instance: GOutputStream
base_stream: *mut GOutputStream
Trait Implementations
impl Copy for GFilterOutputStream[src]
impl Clone for GFilterOutputStream[src]
fn clone(&self) -> GFilterOutputStream[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more