ktxStream_setpos

Type Alias ktxStream_setpos 

Source
pub type ktxStream_setpos = Option<unsafe extern "C" fn(str_: *mut ktxStream, offset: ktx_off_t) -> ktx_error_code_e>;
Expand description

@~English @brief type for a pointer to a stream position query function

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.