Struct libadwaita::subclass::prelude::TemplateChild
source · 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: Debug + ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
impl<T> Debug for TemplateChild<T>where T: Debug + ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
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§fn default() -> TemplateChild<T>
fn default() -> TemplateChild<T>
Returns the “default value” for a type. Read more
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: PartialEq<T> + ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
impl<T> PartialEq<TemplateChild<T>> for TemplateChild<T>where T: PartialEq<T> + ObjectType + FromGlibPtrNone<*mut <T as ObjectType>::GlibType>,
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 ==
.