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
sourceimpl Clone for GMemoryMonitorInterface
impl Clone for GMemoryMonitorInterface
sourcefn clone(&self) -> GMemoryMonitorInterface
fn clone(&self) -> GMemoryMonitorInterface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more