Skip to main content

Ptr

Type Alias Ptr 

Source
pub type Ptr = *mut c_void;
Expand description

Mutable pointer type for C FFI.

Equivalent to void* in C. Used for generic mutable data pointers.