Struct gio_sys::GTlsPassword
source · [−]#[repr(C)]pub struct GTlsPassword {
pub parent_instance: GObject,
pub priv_: *mut GTlsPasswordPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GTlsPasswordPrivateTrait 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