Struct nng_sys::nng_iov[][src]

#[repr(C)]
pub struct nng_iov { pub iov_buf: *mut c_void, pub iov_len: usize, }

Fields

Trait Implementations

impl Debug for nng_iov
[src]

Formats the value using the given formatter. Read more

impl Copy for nng_iov
[src]

impl Clone for nng_iov
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for nng_iov

impl !Sync for nng_iov