Struct libresolv_sys::ns_tsig_key [] [src]

pub struct ns_tsig_key {
    pub name: [c_char; 1025],
    pub alg: [c_char; 1025],
    pub data: *mut c_uchar,
    pub len: c_int,
}

Fields

name: [c_char; 1025] alg: [c_char; 1025] data: *mut c_uchar len: c_int

Trait Implementations

impl Copy for ns_tsig_key
[src]

impl Clone for ns_tsig_key
[src]

fn clone(&self) -> Self

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 Default for ns_tsig_key
[src]

fn default() -> Self

Returns the "default value" for a type. Read more