pub type FULL_PTR_XLAT_TABLES = _FULL_PTR_XLAT_TABLES;Aliased Type§
#[repr(C)]pub struct FULL_PTR_XLAT_TABLES {
pub RefIdToPointer: *mut c_void,
pub PointerToRefId: *mut c_void,
pub NextRefId: u64,
pub XlatSide: i32,
}Fields§
§RefIdToPointer: *mut c_void§PointerToRefId: *mut c_void§NextRefId: u64§XlatSide: i32