Type Alias uintptr_t

Source
pub type uintptr_t = usize;
Expand description

Unsigned integer type capable of holding a pointer to std::ffi::c_void or core::ffi::c_void.