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