Enum gio_sys::GTlsDatabaseLookupFlags
[−]
[src]
#[repr(C)]pub enum GTlsDatabaseLookupFlags { None, Keypair, }
Variants
None
Keypair
Trait Implementations
impl Clone for GTlsDatabaseLookupFlags
[src]
fn clone(&self) -> GTlsDatabaseLookupFlags
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