Struct frida_sys::_GFileInputStream
source · #[repr(C)]pub struct _GFileInputStream {
pub parent_instance: GInputStream,
pub priv_: *mut GFileInputStreamPrivate,
}Fields§
§parent_instance: GInputStream§priv_: *mut GFileInputStreamPrivateTrait 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