pub type GMemoryMonitorInterface = _GMemoryMonitorInterface;Aliased Type§
#[repr(C)]pub struct GMemoryMonitorInterface {
pub g_iface: _GTypeInterface,
pub low_memory_warning: Option<unsafe extern "C" fn(*mut _GMemoryMonitor, GMemoryMonitorWarningLevel)>,
}Fields§
§g_iface: _GTypeInterface§low_memory_warning: Option<unsafe extern "C" fn(*mut _GMemoryMonitor, GMemoryMonitorWarningLevel)>