Type Alias cyclors::dds_cdrstream_allocator_t

source ·
pub type dds_cdrstream_allocator_t = dds_cdrstream_allocator;

Aliased Type§

struct dds_cdrstream_allocator_t {
    pub malloc: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>,
    pub realloc: Option<unsafe extern "C" fn(_: *mut c_void, _: usize) -> *mut c_void>,
    pub free: Option<unsafe extern "C" fn(_: *mut c_void)>,
}

Fields§

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