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