Type Alias gear_core::memory::HostPointer
source ยท pub type HostPointer = u64;
Expand description
Host pointer type. Host pointer can be 64bit or less, to support both we use u64.
pub type HostPointer = u64;
Host pointer type. Host pointer can be 64bit or less, to support both we use u64.