Struct gio_sys::GFilterOutputStreamClass
source · #[repr(C)]pub struct GFilterOutputStreamClass {
pub parent_class: GOutputStreamClass,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: GOutputStreamClass
§_g_reserved1: Option<unsafe extern "C" fn()>
§_g_reserved2: Option<unsafe extern "C" fn()>
§_g_reserved3: Option<unsafe extern "C" fn()>
Trait Implementations§
source§impl Clone for GFilterOutputStreamClass
impl Clone for GFilterOutputStreamClass
source§fn clone(&self) -> GFilterOutputStreamClass
fn clone(&self) -> GFilterOutputStreamClass
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