Struct gio_sys::GMemoryMonitorInterface [−][src]
#[repr(C)]pub struct GMemoryMonitorInterface { pub g_iface: GTypeInterface, pub low_memory_warning: Option<unsafe extern "C" fn(_: *mut GMemoryMonitor, _: GMemoryMonitorWarningLevel)>, }
Fields
g_iface: GTypeInterfacelow_memory_warning: Option<unsafe extern "C" fn(_: *mut GMemoryMonitor, _: GMemoryMonitorWarningLevel)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GMemoryMonitorInterfaceimpl Send for GMemoryMonitorInterfaceimpl Sync for GMemoryMonitorInterfaceimpl Unpin for GMemoryMonitorInterfaceimpl UnwindSafe for GMemoryMonitorInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more