Struct nng_sys::nng_listener_s[][src]

#[repr(C)]
pub struct nng_listener_s { pub id: u32, }

Fields

Trait Implementations

impl Debug for nng_listener_s
[src]

Formats the value using the given formatter. Read more

impl Copy for nng_listener_s
[src]

impl Clone for nng_listener_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations