Struct frida_sys::_GOutputVector
source · #[repr(C)]pub struct _GOutputVector {
pub buffer: gconstpointer,
pub size: gsize,
}Fields§
§buffer: gconstpointer§size: gsizeTrait Implementations§
source§impl Clone for _GOutputVector
impl Clone for _GOutputVector
source§fn clone(&self) -> _GOutputVector
fn clone(&self) -> _GOutputVector
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