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