pub type GInputVector = _GInputVector;
Expand description
GInputVector: @buffer: Pointer to a buffer where data will be written. @size: the available size in @buffer.
Structure used for scatter/gather data input. You generally pass in an array of #GInputVectors and the operation will store the read data starting in the first buffer, switching to the next as needed.
Since: 2.22
Aliased Type§
struct GInputVector {
pub buffer: *mut c_void,
pub size: u64,
}
Fields§
§buffer: *mut c_void
§size: u64