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