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