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