#[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 moreSource§impl Debug for GTlsPasswordClass
impl Debug for GTlsPasswordClass
impl Copy for GTlsPasswordClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)