Skip to main content

drvector_get_entry

Function drvector_get_entry 

Source
pub unsafe extern "C" fn drvector_get_entry(
    vec: *mut drvector_t,
    idx: uint,
) -> *mut c_void
Expand description

Returns the entry at index \p idx. For an unsychronized table, the caller is free to directly access the \p array field of \p vec.