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: GObjectClassget_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
sourceimpl Clone for _GTlsPasswordClass
impl Clone for _GTlsPasswordClass
sourcefn clone(&self) -> _GTlsPasswordClass
fn clone(&self) -> _GTlsPasswordClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _GTlsPasswordClass
impl Debug for _GTlsPasswordClass
impl Copy for _GTlsPasswordClass
Auto Trait Implementations
impl RefUnwindSafe for _GTlsPasswordClass
impl !Send for _GTlsPasswordClass
impl !Sync for _GTlsPasswordClass
impl Unpin for _GTlsPasswordClass
impl UnwindSafe for _GTlsPasswordClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more