Type Alias classicube_sys::cc_pointer

source ·
pub type cc_pointer = cc_pointer_;

Aliased Type§

union cc_pointer {
    pub val: u64,
    pub ptr: *mut c_void,
}

Fields§

§val: u64§ptr: *mut c_void