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