#[repr(u32)]pub enum GTypeDebugFlags {
G_TYPE_DEBUG_NONE = 0,
G_TYPE_DEBUG_OBJECTS = 1,
G_TYPE_DEBUG_SIGNALS = 2,
G_TYPE_DEBUG_INSTANCE_COUNT = 4,
G_TYPE_DEBUG_MASK = 7,
}Variants§
G_TYPE_DEBUG_NONE = 0
G_TYPE_DEBUG_OBJECTS = 1
G_TYPE_DEBUG_SIGNALS = 2
G_TYPE_DEBUG_INSTANCE_COUNT = 4
G_TYPE_DEBUG_MASK = 7
Trait Implementations§
Source§impl Clone for GTypeDebugFlags
impl Clone for GTypeDebugFlags
Source§fn clone(&self) -> GTypeDebugFlags
fn clone(&self) -> GTypeDebugFlags
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 GTypeDebugFlags
impl Debug for GTypeDebugFlags
Source§impl Hash for GTypeDebugFlags
impl Hash for GTypeDebugFlags
Source§impl PartialEq for GTypeDebugFlags
impl PartialEq for GTypeDebugFlags
impl Copy for GTypeDebugFlags
impl Eq for GTypeDebugFlags
impl StructuralPartialEq for GTypeDebugFlags
Auto Trait Implementations§
impl Freeze for GTypeDebugFlags
impl RefUnwindSafe for GTypeDebugFlags
impl Send for GTypeDebugFlags
impl Sync for GTypeDebugFlags
impl Unpin for GTypeDebugFlags
impl UnwindSafe for GTypeDebugFlags
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