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