Struct gio_sys::GTlsPasswordClass [−][src]
#[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
impl Copy for GTlsPasswordClass
[src]
impl Copy for GTlsPasswordClass
impl Clone for GTlsPasswordClass
[src]
impl Clone for GTlsPasswordClass
fn clone(&self) -> GTlsPasswordClass
[src]
fn clone(&self) -> GTlsPasswordClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GTlsPasswordClass
[src]
impl Debug for GTlsPasswordClass
Auto Trait Implementations
impl !Send for GTlsPasswordClass
impl !Send for GTlsPasswordClass
impl !Sync for GTlsPasswordClass
impl !Sync for GTlsPasswordClass