#[repr(C)]pub struct _GTlsPassword {
pub parent_instance: GObject,
pub priv_: *mut GTlsPasswordPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GTlsPasswordPrivate
Trait Implementations§
Source§impl Clone for _GTlsPassword
impl Clone for _GTlsPassword
Source§fn clone(&self) -> _GTlsPassword
fn clone(&self) -> _GTlsPassword
Returns a duplicate 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 _GTlsPassword
impl Debug for _GTlsPassword
Source§impl PartialEq for _GTlsPassword
impl PartialEq for _GTlsPassword
impl Copy for _GTlsPassword
impl Eq for _GTlsPassword
impl StructuralPartialEq for _GTlsPassword
Auto Trait Implementations§
impl Freeze for _GTlsPassword
impl RefUnwindSafe for _GTlsPassword
impl !Send for _GTlsPassword
impl !Sync for _GTlsPassword
impl Unpin for _GTlsPassword
impl UnwindSafe for _GTlsPassword
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