Struct frida_sys::_GStaticResource
source · #[repr(C)]pub struct _GStaticResource {
pub data: *const guint8,
pub data_len: gsize,
pub resource: *mut GResource,
pub next: *mut GStaticResource,
pub padding: gpointer,
}Fields§
§data: *const guint8§data_len: gsize§resource: *mut GResource§next: *mut GStaticResource§padding: gpointerTrait Implementations§
source§impl Clone for _GStaticResource
impl Clone for _GStaticResource
source§fn clone(&self) -> _GStaticResource
fn clone(&self) -> _GStaticResource
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