Struct libsystemd_sys::const_iovec [] [src]

pub struct const_iovec {
    pub iov_base: *const c_void,
    pub iov_len: size_t,
}

Fields