pub type GMemoryMonitorInterface = _GMemoryMonitorInterface;
Aliased Type§
struct GMemoryMonitorInterface {
pub g_iface: _GTypeInterface,
pub low_memory_warning: Option<unsafe extern "C" fn(*mut _GMemoryMonitor, u32)>,
}
Fields§
§g_iface: _GTypeInterface
§low_memory_warning: Option<unsafe extern "C" fn(*mut _GMemoryMonitor, u32)>
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