#[repr(u32)]pub enum GMemoryMonitorWarningLevel {
G_MEMORY_MONITOR_WARNING_LEVEL_LOW = 50,
G_MEMORY_MONITOR_WARNING_LEVEL_MEDIUM = 100,
G_MEMORY_MONITOR_WARNING_LEVEL_CRITICAL = 255,
}Variants§
G_MEMORY_MONITOR_WARNING_LEVEL_LOW = 50
G_MEMORY_MONITOR_WARNING_LEVEL_MEDIUM = 100
G_MEMORY_MONITOR_WARNING_LEVEL_CRITICAL = 255
Trait Implementations§
Source§impl Clone for GMemoryMonitorWarningLevel
impl Clone for GMemoryMonitorWarningLevel
Source§fn clone(&self) -> GMemoryMonitorWarningLevel
fn clone(&self) -> GMemoryMonitorWarningLevel
Returns a duplicate 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 GMemoryMonitorWarningLevel
impl Debug for GMemoryMonitorWarningLevel
Source§impl Hash for GMemoryMonitorWarningLevel
impl Hash for GMemoryMonitorWarningLevel
impl Copy for GMemoryMonitorWarningLevel
impl Eq for GMemoryMonitorWarningLevel
impl StructuralPartialEq for GMemoryMonitorWarningLevel
Auto Trait Implementations§
impl Freeze for GMemoryMonitorWarningLevel
impl RefUnwindSafe for GMemoryMonitorWarningLevel
impl Send for GMemoryMonitorWarningLevel
impl Sync for GMemoryMonitorWarningLevel
impl Unpin for GMemoryMonitorWarningLevel
impl UnwindSafe for GMemoryMonitorWarningLevel
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