ktxStream_read

Type Alias ktxStream_read 

Source
pub type ktxStream_read = Option<unsafe extern "C" fn(str_: *mut ktxStream, dst: *mut c_void, count: ktx_size_t) -> ktx_error_code_e>;
Expand description

@~English @brief type for a pointer to a stream reading function

Aliased Type§

pub enum ktxStream_read {
    None,
    Some(unsafe extern "C" fn(*mut ktxStream, *mut c_void, usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ktxStream, *mut c_void, usize) -> i32)

Some value of type T.