#[repr(C)]pub struct Ciovec {
pub buf: *const u8,
pub buf_len: Pointersize,
}Fields§
§buf: *const u8The address of the buffer to be written.
buf_len: PointersizeThe length of the buffer to be written.
#[repr(C)]pub struct Ciovec {
pub buf: *const u8,
pub buf_len: Pointersize,
}buf: *const u8The address of the buffer to be written.
buf_len: PointersizeThe length of the buffer to be written.