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