Struct enet_sys::_ENetCallbacks[][src]

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

Fields

Trait Implementations

impl Copy for _ENetCallbacks
[src]

impl Clone for _ENetCallbacks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations