Struct libuv_sys::uv_buf_t [] [src]

#[repr(C)]
pub struct uv_buf_t { pub base: *mut c_char, pub len: size_t, }

Fields

Trait Implementations

impl Debug for uv_buf_t
[src]

Formats the value using the given formatter.

impl Clone for uv_buf_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_buf_t
[src]