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.