Struct gio_sys::GTlsPassword [−][src]
#[repr(C)]pub struct GTlsPassword { pub parent_instance: GObject, pub priv_: *mut GTlsPasswordPrivate, }
Fields
parent_instance: GObject
priv_: *mut GTlsPasswordPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GTlsPassword
impl !Send for GTlsPassword
impl !Sync for GTlsPassword
impl Unpin for GTlsPassword
impl UnwindSafe for GTlsPassword
Blanket Implementations
Mutably borrows from an owned value. Read more