Struct frida_sys::_GFileOutputStream
source · #[repr(C)]pub struct _GFileOutputStream {
pub parent_instance: GOutputStream,
pub priv_: *mut GFileOutputStreamPrivate,
}Fields§
§parent_instance: GOutputStream§priv_: *mut GFileOutputStreamPrivateTrait Implementations§
source§impl Clone for _GFileOutputStream
impl Clone for _GFileOutputStream
source§fn clone(&self) -> _GFileOutputStream
fn clone(&self) -> _GFileOutputStream
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