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

Trait Implementations

impl Copy for GTlsPasswordClass
[src]

impl Clone for GTlsPasswordClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTlsPasswordClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTlsPasswordClass

impl !Sync for GTlsPasswordClass