Type Alias GOutputVector

Source
pub type GOutputVector = _GOutputVector;
Expand description

GOutputVector: @buffer: Pointer to a buffer of data to read. @size: the size of @buffer.

Structure used for scatter/gather data output. You generally pass in an array of #GOutputVectors and the operation will use all the buffers as if they were one buffer.

Since: 2.22

Aliased Type§

struct GOutputVector {
    pub buffer: *const c_void,
    pub size: u32,
}

Fields§

§buffer: *const c_void§size: u32