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 ==
.impl<T: Eq> Eq for InitializingType<T>
impl<T> StructuralEq for InitializingType<T>
impl<T> StructuralPartialEq for InitializingType<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for InitializingType<T>where T: RefUnwindSafe,
impl<T> !Send for InitializingType<T>
impl<T> !Sync for InitializingType<T>
impl<T> Unpin for InitializingType<T>
impl<T> UnwindSafe for InitializingType<T>where T: RefUnwindSafe,
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