Struct gio_sys::GFilterInputStream
source · #[repr(C)]pub struct GFilterInputStream {
pub parent_instance: GInputStream,
pub base_stream: *mut GInputStream,
}
Fields§
§parent_instance: GInputStream
§base_stream: *mut GInputStream
Trait Implementations§
source§impl Clone for GFilterInputStream
impl Clone for GFilterInputStream
source§fn clone(&self) -> GFilterInputStream
fn clone(&self) -> GFilterInputStream
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