Struct glib::subclass::types::InitializingType
source · pub struct InitializingType<T>(_, _);
Expand description
A newly registered glib::Type
that is currently still being initialized.
This allows running additional type-setup functions.
Trait Implementations§
source§impl<T: Debug> Debug for InitializingType<T>
impl<T: Debug> Debug for InitializingType<T>
source§impl<T> IntoGlib for InitializingType<T>
impl<T> IntoGlib for InitializingType<T>
source§impl<T: PartialEq> PartialEq<InitializingType<T>> for InitializingType<T>
impl<T: PartialEq> PartialEq<InitializingType<T>> for InitializingType<T>
source§fn eq(&self, other: &InitializingType<T>) -> bool
fn eq(&self, other: &InitializingType<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.