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