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 moresource§impl Debug for GMemoryMonitorInterface
impl Debug for GMemoryMonitorInterface
impl Copy for GMemoryMonitorInterface
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§
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