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: GTypeInterface
low_memory_warning: Option<unsafe extern "C" fn(_: *mut GMemoryMonitor, _: GMemoryMonitorWarningLevel)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GMemoryMonitorInterface
impl Send for GMemoryMonitorInterface
impl Sync for GMemoryMonitorInterface
impl Unpin for GMemoryMonitorInterface
impl UnwindSafe for GMemoryMonitorInterface
Blanket Implementations
Mutably borrows from an owned value. Read more