Enum libresolv_sys::__ns_key_types [] [src]

pub enum __ns_key_types {
    ns_kt_rsa,
    ns_kt_dh,
    ns_kt_dsa,
    ns_kt_private,
}

Variants

ns_kt_rsans_kt_dhns_kt_dsans_kt_private

Trait Implementations

impl Clone for __ns_key_types
[src]

fn clone(&self) -> __ns_key_types

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

impl Copy for __ns_key_types
[src]

impl Debug for __ns_key_types
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.