Struct gio_sys::GTlsPasswordClass
source · #[repr(C)]pub struct GTlsPasswordClass {
pub parent_class: GObjectClass,
pub get_value: Option<unsafe extern "C" fn(_: *mut GTlsPassword, _: *mut size_t) -> *const u8>,
pub set_value: Option<unsafe extern "C" fn(_: *mut GTlsPassword, _: *mut u8, _: ssize_t, _: GDestroyNotify)>,
pub get_default_warning: Option<unsafe extern "C" fn(_: *mut GTlsPassword) -> *const c_char>,
pub padding: [gpointer; 4],
}
Fields§
§parent_class: GObjectClass
§get_value: Option<unsafe extern "C" fn(_: *mut GTlsPassword, _: *mut size_t) -> *const u8>
§set_value: Option<unsafe extern "C" fn(_: *mut GTlsPassword, _: *mut u8, _: ssize_t, _: GDestroyNotify)>
§get_default_warning: Option<unsafe extern "C" fn(_: *mut GTlsPassword) -> *const c_char>
§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