#[repr(C)]pub struct _GMemoryMonitorInterface {
pub g_iface: GTypeInterface,
pub low_memory_warning: Option<unsafe extern "C" fn(monitor: *mut GMemoryMonitor, level: GMemoryMonitorWarningLevel)>,
}Fields§
§g_iface: GTypeInterface§low_memory_warning: Option<unsafe extern "C" fn(monitor: *mut GMemoryMonitor, level: GMemoryMonitorWarningLevel)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GMemoryMonitorInterface
impl RefUnwindSafe for _GMemoryMonitorInterface
impl Send for _GMemoryMonitorInterface
impl Sync for _GMemoryMonitorInterface
impl Unpin for _GMemoryMonitorInterface
impl UnwindSafe for _GMemoryMonitorInterface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more