Struct enet_sys::iovec [] [src]

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

Fields

Trait Implementations

impl Debug for iovec
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for iovec
[src]

impl Clone for iovec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for iovec

impl !Sync for iovec