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
.
pub type uintptr_t = usize;
Unsigned integer type capable of holding a pointer to std::ffi::c_void
or core::ffi::c_void
.