Enum gio_sys::GTlsInteractionResult
[−]
[src]
#[repr(C)]pub enum GTlsInteractionResult { Unhandled, Handled, Failed, }
Variants
Unhandled
Handled
Failed
Trait Implementations
impl Clone for GTlsInteractionResult
[src]
fn clone(&self) -> GTlsInteractionResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more