Struct gio_sys::GMemoryMonitorInterface
source · #[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)>
Trait Implementations§
source§impl Clone for GMemoryMonitorInterface
impl Clone for GMemoryMonitorInterface
source§fn clone(&self) -> GMemoryMonitorInterface
fn clone(&self) -> GMemoryMonitorInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more