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