Struct frida_sys::_GTlsPasswordClass
source · #[repr(C)]pub struct _GTlsPasswordClass {
pub parent_class: GObjectClass,
pub get_value: Option<unsafe extern "C" fn(password: *mut GTlsPassword, length: *mut gsize) -> *const guchar>,
pub set_value: Option<unsafe extern "C" fn(password: *mut GTlsPassword, value: *mut guchar, length: gssize, destroy: GDestroyNotify)>,
pub get_default_warning: Option<unsafe extern "C" fn(password: *mut GTlsPassword) -> *const gchar>,
pub padding: [gpointer; 4],
}Fields§
§parent_class: GObjectClass§get_value: Option<unsafe extern "C" fn(password: *mut GTlsPassword, length: *mut gsize) -> *const guchar>§set_value: Option<unsafe extern "C" fn(password: *mut GTlsPassword, value: *mut guchar, length: gssize, destroy: GDestroyNotify)>§get_default_warning: Option<unsafe extern "C" fn(password: *mut GTlsPassword) -> *const gchar>§padding: [gpointer; 4]Trait Implementations§
source§impl Clone for _GTlsPasswordClass
impl Clone for _GTlsPasswordClass
source§fn clone(&self) -> _GTlsPasswordClass
fn clone(&self) -> _GTlsPasswordClass
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