Thanks to visit codestin.com
Credit goes to docs.rs

FPtr_gctx_bounds5

Type Alias FPtr_gctx_bounds5 

Source
pub type FPtr_gctx_bounds5 = Option<unsafe extern "C" fn(item: *const c_void, refwidth: real32_t, width: *mut real32_t, height: *mut real32_t)>;

Aliased Type§

pub enum FPtr_gctx_bounds5 {
    None,
    Some(unsafe extern "C" fn(*const c_void, f32, *mut f32, *mut f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, f32, *mut f32, *mut f32))

Some value of type T.