pub type GumKernelModuleDetails = _GumKernelModuleDetails;Aliased Type§
#[repr(C)]pub struct GumKernelModuleDetails {
pub name: *const i8,
pub range: *const _GumMemoryRange,
pub path: *const i8,
}Fields§
§name: *const i8§range: *const _GumMemoryRange§path: *const i8