pub type GMemoryInputStream = _GMemoryInputStream;
Aliased Type§
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