ENetCallbacks

Type Alias ENetCallbacks 

Source
pub type ENetCallbacks = _ENetCallbacks;

Aliased Type§

#[repr(C)]
pub struct ENetCallbacks { pub malloc: Option<unsafe extern "C" fn(usize) -> *mut c_void>, pub free: Option<unsafe extern "C" fn(*mut c_void)>, pub noMemory: Option<unsafe extern "C" fn()>, }

Fields§

§malloc: Option<unsafe extern "C" fn(usize) -> *mut c_void>§free: Option<unsafe extern "C" fn(*mut c_void)>§noMemory: Option<unsafe extern "C" fn()>