Struct gtk4::subclass::widget::TemplateChild
source · #[repr(transparent)]pub struct TemplateChild<T>where
T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,{ /* private fields */ }
Implementations§
source§impl<T> TemplateChild<T>where
T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
impl<T> TemplateChild<T>where T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
Trait Implementations§
source§impl<T> Debug for TemplateChild<T>where
T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType> + Debug,
impl<T> Debug for TemplateChild<T>where T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType> + Debug,
source§impl<T> Default for TemplateChild<T>where
T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
impl<T> Default for TemplateChild<T>where T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
source§impl<T> Deref for TemplateChild<T>where
T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
impl<T> Deref for TemplateChild<T>where T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
source§impl<T> PartialEq<TemplateChild<T>> for TemplateChild<T>where
T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType> + PartialEq,
impl<T> PartialEq<TemplateChild<T>> for TemplateChild<T>where T: ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType> + PartialEq,
source§fn eq(&self, other: &TemplateChild<T>) -> bool
fn eq(&self, other: &TemplateChild<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.