Struct libresolv_sys::ns_tcp_tsig_state [] [src]

pub struct ns_tcp_tsig_state {
    pub counter: c_int,
    pub key: *mut dst_key,
    pub ctx: *mut c_void,
    pub sig: [c_uchar; 512],
    pub siglen: c_int,
}

Fields

counter: c_int key: *mut dst_key ctx: *mut c_void sig: [c_uchar; 512] siglen: c_int

Trait Implementations

impl Copy for ns_tcp_tsig_state
[src]

impl Clone for ns_tcp_tsig_state
[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_tcp_tsig_state
[src]

fn default() -> Self

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