Struct nng_sys::nng_sockaddr_zt[][src]

#[repr(C)]
pub struct nng_sockaddr_zt { pub sa_family: u16, pub sa_nwid: u64, pub sa_nodeid: u64, pub sa_port: u32, }

Fields

Trait Implementations

impl Debug for nng_sockaddr_zt
[src]

Formats the value using the given formatter. Read more

impl Copy for nng_sockaddr_zt
[src]

impl Clone for nng_sockaddr_zt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations