#[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§
Auto Trait Implementations§
impl Freeze for _GTlsPasswordClass
impl RefUnwindSafe for _GTlsPasswordClass
impl !Send for _GTlsPasswordClass
impl !Sync for _GTlsPasswordClass
impl Unpin for _GTlsPasswordClass
impl UnwindSafe for _GTlsPasswordClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more