pub struct GTlsPasswordClass {
pub parent_class: GObjectClass,
pub get_value: Option<extern "C" fn(*mut GTlsPassword, gsize) -> u8>,
pub set_value: Option<extern "C" fn(*mut GTlsPassword, u8, gssize, Option<GDestroyNotify>)>,
pub get_default_warning: Option<extern "C" fn(*mut GTlsPassword) -> *const gchar>,
/* private fields */
}Fields§
§parent_class: GObjectClass§get_value: Option<extern "C" fn(*mut GTlsPassword, gsize) -> u8>§set_value: Option<extern "C" fn(*mut GTlsPassword, u8, gssize, Option<GDestroyNotify>)>§get_default_warning: Option<extern "C" fn(*mut GTlsPassword) -> *const gchar>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