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