#[repr(C)]pub enum GTypeDebugFlags {
None = 0,
Objects = 1,
Signals = 2,
InstanceCount = 4,
Mask = 7,
}Variants§
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